diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 79b636f6..555c4be6 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -228,10 +228,12 @@ "group_name": "Group name", "group_all_users": "All users", "group_visitors": "Visitors", + "group_admins": "Admins", "group_format_name_help": "You can use alpha-numeric chars and underscore", "group_add_member": "Add a user", "group_add_permission": "Add a permission", "group_new": "New group", + "group_explain_admins": "This is a special group corresponding to admin users. Users in this group can access YunoHost's webadmin, connect to the server with SSH and use the `sudo` command. You should only add people you absolutely trust in this group!", "group_explain_all_users": "This is a special group containing all users accounts on the server", "group_explain_visitors": "This is a special group representing anonymous visitors", "group_explain_visitors_needed_for_external_client": "Be careful that you need to keep some applications allowed to visitors if you intend to use them with external clients. For example, this is the case for Nextcloud if you intend to use a synchronization client on your smartphone or desktop computer.", diff --git a/app/src/views/group/GroupList.vue b/app/src/views/group/GroupList.vue index b4c22b80..ad50aa08 100644 --- a/app/src/views/group/GroupList.vue +++ b/app/src/views/group/GroupList.vue @@ -43,7 +43,7 @@ {{ $t('group_explain_visitors_needed_for_external_client') }}

-