fix: shorten Save button label on email template editor

Change "Save Changes" to "Save" for cleaner toolbar layout.
This commit is contained in:
Paul Nothaft
2026-03-16 09:29:24 +01:00
parent 04a7ea80f9
commit 7250c427b9
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ export const EmailConfigPage: React.FC = () => {
isLoading={saveTemplateMutation.isPending}
leftIcon={<Save className="w-4 h-4" />}
>
{t('email.saveChanges')}
{t('email.save')}
</Button>
</div>
</div>