diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 15c17e2b0..e4e12474b 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -1167,7 +1167,7 @@ "diskSpace": "Low disk space" }, "settingsDialog": { - "description": "Manage your personal notification preferences here. Cloudron will send an email for the selected events to your primary email address." + "description": "An email will be sent for the selected events to your primary email address." }, "allCaughtUp": "All caught up" }, @@ -2049,5 +2049,10 @@ "empty": "No clients yet" } }, - "automation": "Automation" + "automation": "Automation", + "userdirectory": { + "settings": { + "title": "Settings" + } + } } diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json index daf7d7697..d7e65bac1 100644 --- a/dashboard/public/translation/nl.json +++ b/dashboard/public/translation/nl.json @@ -1050,7 +1050,8 @@ "7d": "7 dagen", "30d": "30 dagen", "6h": "6 uur", - "live": "Live" + "live": "Live", + "1h": "1 uur" }, "memoryTitle": "Geheugen (RAM + Swap) in MB", "diskTitle": "Schijfgebruik", diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 9de0006bb..b153956bc 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -269,7 +269,7 @@ onMounted(async () => { {{ $t('email.incoming.mailinglists.title') }} Logs Status - {{ $t('settings.title') }} + {{ $t('emails.settings.title') }} {{ $t('eventlog.title') }} @@ -283,7 +283,7 @@ onMounted(async () => { {{ $t('volumes.title') }}