Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/en.json1
-rw-r--r--plugins/UsersManager/templates/index.twig2
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index 1605b4b914..e8fd5b4055 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -2108,6 +2108,7 @@
"SuperUserAccessManagement": "Super User Access Management",
"SuperUserAccessManagementMainDescription": "Super users have the highest permissions. They can perform administrative tasks such as adding new websites to monitor, adding users, changing user permissions, enabling and disabling plugins and they have access to all websites. Beside the super user defined during the installation which always exist you can grant super user access to additional users here.",
"NoUsersExist": "There are no users. You can add a new user in the user management.",
+ "ManageAccessNotPossibleBecauseUserHasSuperUserAccess": "This user has Super User access and therefore access to all websites. Remove Super User access to restrict access to specific websites.",
"ConfirmGrantSuperUserAccess": "Do you really want to grant '%s' super user access? The user will have access to all websites and will be able to perform administrative tasks.",
"ConfirmProhibitOtherUsersSuperUserAccess": "Do you really want to prohibit '%s' super user access? The user will lose all permissions and access to all websites. Make sure to add access to needed websites afterwards if necessary.",
"ConfirmProhibitMySuperUserAccess": "Do you really want to remove your (%s) super user access? You will lose all permissions and access to all websites and therefore you will be logged out afterwards.",
diff --git a/plugins/UsersManager/templates/index.twig b/plugins/UsersManager/templates/index.twig
index 2a6ac08722..696462c3b6 100644
--- a/plugins/UsersManager/templates/index.twig
+++ b/plugins/UsersManager/templates/index.twig
@@ -47,7 +47,7 @@
<tbody>
{% set accesValid %}<img src='plugins/UsersManager/images/ok.png' class='accessGranted' />{% endset %}
{% set accesInvalid %}<img src='plugins/UsersManager/images/no-access.png' class='updateAccess' />{% endset %}
- {% set superUserAccess %}<span title="{{ 'This_User_Has_SuperUser_Access_And_Therefore_Access_To_All_Websites_Remove_SuperUser_Permission_To_SetPermission'|translate }}">N/A</span>{% endset %}
+ {% set superUserAccess %}<span title="{{ 'UsersManager_ManageAccessNotPossibleBecauseUserHasSuperUserAccess'|translate }}">N/A</span>{% endset %}
{% for login,access in usersAccessByWebsite %}
<tr>
<td id='login'>{{ login }}</td>