mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23: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>
|
</button>
|
||||||
<div>
|
<div>
|
||||||
<h2 className="font-semibold text-dark-100 text-sm">{selectedApp.name}</h2>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<button onClick={onClose} className="p-2 rounded-xl hover:bg-dark-800 text-dark-400">
|
<button onClick={onClose} className="p-2 rounded-xl hover:bg-dark-800 text-dark-400">
|
||||||
|
|||||||
@@ -184,7 +184,8 @@
|
|||||||
"yourDevice": "Your device",
|
"yourDevice": "Your device",
|
||||||
"copyLink": "Copy subscription link",
|
"copyLink": "Copy subscription link",
|
||||||
"copied": "Link copied!",
|
"copied": "Link copied!",
|
||||||
"openLink": "Open link"
|
"openLink": "Open link",
|
||||||
|
"instructions": "Instructions"
|
||||||
},
|
},
|
||||||
"myDevices": "My Devices",
|
"myDevices": "My Devices",
|
||||||
"noDevices": "No connected devices",
|
"noDevices": "No connected devices",
|
||||||
|
|||||||
@@ -184,7 +184,8 @@
|
|||||||
"yourDevice": "Ваше устройство",
|
"yourDevice": "Ваше устройство",
|
||||||
"copyLink": "Скопировать ссылку",
|
"copyLink": "Скопировать ссылку",
|
||||||
"copied": "Ссылка скопирована!",
|
"copied": "Ссылка скопирована!",
|
||||||
"openLink": "Открыть ссылку"
|
"openLink": "Открыть ссылку",
|
||||||
|
"instructions": "Инструкция"
|
||||||
},
|
},
|
||||||
"myDevices": "Мои устройства",
|
"myDevices": "Мои устройства",
|
||||||
"noDevices": "Нет подключенных устройств",
|
"noDevices": "Нет подключенных устройств",
|
||||||
|
|||||||
Reference in New Issue
Block a user