mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
Update ConnectionModal component: remove fallback text for instructions and add missing translation keys for 'instructions' in English and Russian locales.
This commit is contained in:
@@ -438,7 +438,7 @@ export default function ConnectionModal({ onClose }: ConnectionModalProps) {
|
||||
</button>
|
||||
<div>
|
||||
<h2 className="font-semibold text-dark-100 text-sm">{selectedApp.name}</h2>
|
||||
<p className="text-xs text-dark-500">{t('subscription.connection.instructions') || 'Инструкция'}</p>
|
||||
<p className="text-xs text-dark-500">{t('subscription.connection.instructions')}</p>
|
||||
</div>
|
||||
</div>
|
||||
<button onClick={onClose} className="p-2 rounded-xl hover:bg-dark-800 text-dark-400">
|
||||
|
||||
@@ -184,7 +184,8 @@
|
||||
"yourDevice": "Your device",
|
||||
"copyLink": "Copy subscription link",
|
||||
"copied": "Link copied!",
|
||||
"openLink": "Open link"
|
||||
"openLink": "Open link",
|
||||
"instructions": "Instructions"
|
||||
},
|
||||
"myDevices": "My Devices",
|
||||
"noDevices": "No connected devices",
|
||||
|
||||
@@ -184,7 +184,8 @@
|
||||
"yourDevice": "Ваше устройство",
|
||||
"copyLink": "Скопировать ссылку",
|
||||
"copied": "Ссылка скопирована!",
|
||||
"openLink": "Открыть ссылку"
|
||||
"openLink": "Открыть ссылку",
|
||||
"instructions": "Инструкция"
|
||||
},
|
||||
"myDevices": "Мои устройства",
|
||||
"noDevices": "Нет подключенных устройств",
|
||||
|
||||
Reference in New Issue
Block a user