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:
Diffstat (limited to 'plugins/UsersManager/lang/en.json')
-rw-r--r--plugins/UsersManager/lang/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UsersManager/lang/en.json b/plugins/UsersManager/lang/en.json
index e212db2693..4a5af09f02 100644
--- a/plugins/UsersManager/lang/en.json
+++ b/plugins/UsersManager/lang/en.json
@@ -136,6 +136,7 @@
"DeleteUserConfirmMultiple": "Are you sure you want to delete the %1$s selected users?",
"DeleteUserPermConfirmSingle": "Are you sure you want to change %1$s's role to %2$s for %3$s?",
"DeleteUserPermConfirmMultiple": "Are you sure you want to change the %1$s selected users' role to %2$s for %3$s?",
- "AreYouSureChangePassword": "Are you sure you want to change the password for %s?"
+ "AreYouSureChangePassword": "Are you sure you want to change the password for %s?",
+ "AnonymousUserRoleChangeWarning": "Giving the %1$s user the %2$s role will make this website's data public and available to everyone, even if they do not have a Matomo login."
}
}