fix: gate Send-now toolbar label, translate send_now across locales

This commit is contained in:
Linus Rath
2026-06-24 16:52:36 +02:00
parent baf094d026
commit 32f0a67dbc
20 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -3527,7 +3527,7 @@ export function EmailViewer({
</Button>
<Button variant="ghost" size="sm" onClick={onCancelScheduled} className="sm:flex sm:h-8" title={t('cancel_scheduled_send')}>
<X className="w-4 h-4" />
<span className="hidden sm:inline text-sm">{t('cancel_scheduled_send')}</span>
{showToolbarLabels && <span className="hidden sm:inline text-sm">{t('cancel_scheduled_send')}</span>}
</Button>
<Button
variant="ghost"