fix: add missing translations
This commit is contained in:
parent
264e188e48
commit
7e5328f2b1
13 changed files with 57 additions and 28 deletions
|
|
@ -74,7 +74,7 @@ export default function LightningAddressInput() {
|
|||
}}
|
||||
/>
|
||||
<Button onClick={handleSave} disabled={saving || !hasChanged} className="w-20">
|
||||
{saving ? <Loader className="animate-spin" /> : 'Save'}
|
||||
{saving ? <Loader className="animate-spin" /> : t('Save')}
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ export default function QuickZapSwitch() {
|
|||
<Label htmlFor="quick-zap-switch">
|
||||
<div className="text-base font-medium">{t('Quick zap')}</div>
|
||||
<div className="text-muted-foreground text-sm">
|
||||
{t('If enabled, you can zap with a single click')}
|
||||
{t('If enabled, you can zap with a single click. Click and hold for custom amounts')}
|
||||
</div>
|
||||
</Label>
|
||||
<Switch id="quick-zap-switch" checked={quickZap} onCheckedChange={updateQuickZap} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue