diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json
index cad089f41..c6e26b0cb 100644
--- a/dashboard/public/translation/en.json
+++ b/dashboard/public/translation/en.json
@@ -80,7 +80,7 @@
"locationPlaceholder": "Leave empty to use bare domain",
"manualWarning": "Manually set up A (IPv4) and AAAA (IPv6) DNS records for {{ location }} pointing to this server",
"userManagement": "User management",
- "userManagementNone": "This app has its own user management. Configure whether this app is visible in the user’s dashboard.",
+ "userManagementNone": "This app has its own user management.",
"userManagementMailbox": "Users with a mailbox can log in with their mailbox email and Cloudron password.",
"userManagementLeaveToApp": "Leave user management to the app",
"userManagementAllUsers": "Allow all users on this Cloudron",
@@ -1165,7 +1165,7 @@
},
"accessControl": {
"userManagement": {
- "description": "Configure the app to authenticate with the Cloudron user directory. This setting controls who can log in and use the app.",
+ "description": "Configure who can log in and use the app.",
"descriptionSftp": "This setting also controls SFTP access.",
"dashboardVisibility": "Dashboard visibility",
"visibleForAllUsers": "Visible to all users on this Cloudron",
@@ -1180,6 +1180,9 @@
"operators": {
"title": "Operators",
"description": "Operators can configure and maintain this app."
+ },
+ "dashboardVisibility": {
+ "description": "Configure who can see this app on the dashboard."
}
},
"resources": {
diff --git a/dashboard/src/components/AccessControl.vue b/dashboard/src/components/AccessControl.vue
index 9f86129a0..86a844192 100644
--- a/dashboard/src/components/AccessControl.vue
+++ b/dashboard/src/components/AccessControl.vue
@@ -42,20 +42,18 @@ const cloudronAuth = computed(() => {