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)}
/>
</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>
)}