diff --git a/src/translation/en.json b/src/translation/en.json index 239b9e079..62dcedae7 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -116,7 +116,7 @@ "locationPlaceholder": "Leave empty to use bare domain", "manualWarning": "Add an A record manually for {{ location }} to this Cloudron's public IP", "userManagement": "User management", - "userManagementNone": "This app has its own user management.", + "userManagementNone": "This app has its own user management. This setting determines whether this app is visible in the user's dashboard.", "userManagementMailbox": "All users with a mailbox on this Cloudron have access.", "userManagementLeaveToApp": "Leave user management to the app", "userManagementAllUsers": "Allow all users from this Cloudron", @@ -1227,7 +1227,7 @@ "accessControl": { "userManagement": { "title": "User management", - "description": "This app is configured to authenticate with the Cloudron User Directory.", + "description": "This app is configured to authenticate with the Cloudron User Directory. This setting controls who can log in and use the app.", "descriptionSftp": "This setting also controls SFTP access.", "dashboardVisibility": "Dashboard visibility", "sftpAccessControl": "This setting also controls SFTP access.", @@ -1239,6 +1239,10 @@ "server": "Server", "port": "Port", "username": "Username" + }, + "operators": { + "title": "Operators", + "description": "Operators can configure and maintain this app." } }, "resources": { diff --git a/src/views/app.html b/src/views/app.html index b45200607..8fc4cb9ba 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -508,10 +508,10 @@