SMTP Notification Settings i18n fix

This commit is contained in:
headlessdev 2025-04-29 23:42:37 +02:00
parent e8bd50ca20
commit 5414045240

View File

@ -549,7 +549,7 @@ export default function Settings() {
<div className="grid gap-4"> <div className="grid gap-4">
<div className="space-y-1.5"> <div className="space-y-1.5">
<Label>{t('Settings.Notifications.AddNotification.SMTP.User')}</Label> <Label>{t('Settings.Notifications.AddNotification.SMTP.Username')}</Label>
<Input <Input
type="text" type="text"
placeholder="user@example.com" placeholder="user@example.com"
@ -558,7 +558,7 @@ export default function Settings() {
</div> </div>
<div className="space-y-1.5"> <div className="space-y-1.5">
<Label>{t('Settings.Notifications.AddNotification.SMTP.Pass')}</Label> <Label>{t('Settings.Notifications.AddNotification.SMTP.Password')}</Label>
<Input <Input
type="password" type="password"
placeholder="••••••••" placeholder="••••••••"