mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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">
|
||||
|
||||
Reference in New Issue
Block a user