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 'core/Access.php')
-rw-r--r--core/Access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Access.php b/core/Access.php
index c8b9bafea0..6f608214cb 100644
--- a/core/Access.php
+++ b/core/Access.php
@@ -24,7 +24,7 @@ use Piwik\Plugins\SitesManager\API as SitesManagerApi;
* - **view access**: Users with this access level can view the resource, but cannot modify it.
* - **admin access**: Users with this access level can view and modify the resource.
* - **Super User access**: Only the Super User has this access level. It means the user can do
- * whatever he/she wants.
+ * whatever they want.
*
* Super user access is required to set some configuration options.
* All other options are specific to the user or to a website.