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
path: root/lang
diff options
context:
space:
mode:
authoriMarkus <iMarkus@users.noreply.github.com>2017-10-09 14:56:23 +0300
committerStefan Giehl <stefan@piwik.org>2017-10-09 14:56:23 +0300
commitbd4053d7684135d4c890d17edae2f602d75b2bb9 (patch)
treec50d54972e03a80141ea5ba7d4e239798b3c50b3 /lang
parent361320487638884b40d00f8e090655ccae7fd17f (diff)
Update en.json (#12136)
* Update en.json You can't access this resource as it requires an 'admin' access for the website id = 1. --> correct You can't access this resource as it requires an 'view' access for the website id = 1. --> incorrect * Update test___UsersManager.getUsersAccessFromSite_3_when_adminaccess.xml * Update test___UsersManager.getUsersAccessFromSite_3_when_viewaccess.xml * Update test___UsersManager.getUsersWithSiteAccess_3_admin_when_adminaccess.xml * Update test___UsersManager.getUsersWithSiteAccess_3_admin_when_viewaccess.xml * Update test___UsersManager.getUsersAccessFromSite_6_when_viewaccess.xml * Update test___UsersManager.getUsersLogin__when_viewaccess.xml * Update test___UsersManager.getUsers__when_viewaccess.xml * remove line ending
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/en.json b/lang/en.json
index 1d1d5a332a..c91241abc8 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -190,8 +190,8 @@
"ExceptionDirectoryToDelete": "Directory to delete: %s",
"ExceptionNonceMismatch": "Could not verify the security token on this form.",
"ExceptionPrivilege": "You can't access this resource as it requires a %s access.",
- "ExceptionPrivilegeAccessWebsite": "You can't access this resource as it requires an %s access for the website id = %d.",
- "ExceptionPrivilegeAtLeastOneWebsite": "You can't access this resource as it requires an %s access for at least one website.",
+ "ExceptionPrivilegeAccessWebsite": "You can't access this resource as it requires %s access for the website id = %d.",
+ "ExceptionPrivilegeAtLeastOneWebsite": "You can't access this resource as it requires %s access for at least one website.",
"ExceptionUnableToStartSession": "Unable to start session.",
"ExceptionUndeletableFile": "Unable to delete %s",
"ExceptionUnreadableFileDisabledMethod": "The configuration file {%1$s} could not be read. Your host may have disabled %2$s.",