mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 15:36:50 +00:00
Fix Pushover Settings i18n
This commit is contained in:
parent
509e83eb7c
commit
ee040c9f7f
@ -664,7 +664,6 @@ export default function Settings() {
|
|||||||
<Label>{t('Settings.Notifications.AddNotification.Pushover.Url')}</Label>
|
<Label>{t('Settings.Notifications.AddNotification.Pushover.Url')}</Label>
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={t('Settings.Notifications.AddNotification.Pushover.UrlPlaceholder')}
|
|
||||||
onChange={(e) => setPushoverUrl(e.target.value)}
|
onChange={(e) => setPushoverUrl(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -673,7 +672,6 @@ export default function Settings() {
|
|||||||
<Label>{t('Settings.Notifications.AddNotification.Pushover.Token')}</Label>
|
<Label>{t('Settings.Notifications.AddNotification.Pushover.Token')}</Label>
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={t('Settings.Notifications.AddNotification.Pushover.TokenPlaceholder')}
|
|
||||||
onChange={(e) => setPushoverToken(e.target.value)}
|
onChange={(e) => setPushoverToken(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@ -682,7 +680,6 @@ export default function Settings() {
|
|||||||
<Label>{t('Settings.Notifications.AddNotification.Pushover.User')}</Label>
|
<Label>{t('Settings.Notifications.AddNotification.Pushover.User')}</Label>
|
||||||
<Input
|
<Input
|
||||||
type="text"
|
type="text"
|
||||||
placeholder={t('Settings.Notifications.AddNotification.Pushover.UserPlaceholder')}
|
|
||||||
onChange={(e) => setPushoverUser(e.target.value)}
|
onChange={(e) => setPushoverUser(e.target.value)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user