Use distinct translation strings for mail and user directory settings menu entries

This commit is contained in:
Johannes Zellner
2025-06-04 16:26:53 +02:00
parent 3ccad9ada9
commit 000e5fa105
3 changed files with 11 additions and 5 deletions

View File

@@ -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"
}
}
}