Echobell notice i18n

This commit is contained in:
headlessdev 2025-04-29 22:54:32 +02:00
parent 1fccc59c01
commit 03e9439d7d
3 changed files with 5 additions and 3 deletions

View File

@ -699,7 +699,7 @@ export default function Settings() {
onChange={(e) => setEchobellURL(e.target.value)} onChange={(e) => setEchobellURL(e.target.value)}
/> />
</div> </div>
<span className="text-xs text-muted-foreground">Add in Echobell the "message" field.</span> <span className="text-xs text-muted-foreground">{t('Settings.Notifications.AddNotification.Echobell.AddMessage')}</span>
</div> </div>
)} )}

View File

@ -384,7 +384,8 @@
}, },
"Echobell": { "Echobell": {
"Title": "Echobell", "Title": "Echobell",
"Url": "Echobell-URL" "Url": "Echobell-URL",
"AddMessage": "Füge in Echobell den \"message\" Feld hinzu."
} }
}, },
"CustomizeText": { "CustomizeText": {

View File

@ -384,7 +384,8 @@
}, },
"Echobell": { "Echobell": {
"Title": "Echobell", "Title": "Echobell",
"Url": "Echobell URL" "Url": "Echobell URL",
"AddMessage": "Add in Echobell the \"message\" field."
} }
}, },
"CustomizeText": { "CustomizeText": {