diff --git a/src/locales/en.json b/src/locales/en.json index 4f26a469..c81383ff 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -154,6 +154,7 @@ "group_new": "New 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 want intend to use a synchronization client on your smartphone or desktop computer.", "group_specific_permissions": "User specific permissions", "groups_and_permissions": "Groups and permissions", "groups_and_permissions_manage": "Manage groups and permissions", diff --git a/src/views/user/group_list.ms b/src/views/user/group_list.ms index 7b68e404..5fcb7646 100644 --- a/src/views/user/group_list.ms +++ b/src/views/user/group_list.ms @@ -69,6 +69,9 @@