mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
SMTP Notification Settings i18n fix
This commit is contained in:
parent
e8bd50ca20
commit
5414045240
@ -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="••••••••"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user