diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-09-01 13:15:02 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-09-02 12:42:07 +0200 |
commit | d9399e12462bffdcf6b35678a4c1bbc0042b96a2 (patch) | |
tree | 337e724795c156f8784f48de815e01603629bc8b /apps/settings | |
parent | affa402d2106d9d8f7ec4cc28b79a388c18ec660 (diff) | |
download | nextcloud-server-d9399e12462bffdcf6b35678a4c1bbc0042b96a2.tar.gz nextcloud-server-d9399e12462bffdcf6b35678a4c1bbc0042b96a2.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
l10n: Change to administration
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
l10n: Spelling unification
Spelling unification in Transifex.
Match the menu name to the header name of the settings page.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/lib/Sections/Admin/Delegation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/lib/Sections/Admin/Delegation.php b/apps/settings/lib/Sections/Admin/Delegation.php index e1fc6ddf52c..b88a359c8e8 100644 --- a/apps/settings/lib/Sections/Admin/Delegation.php +++ b/apps/settings/lib/Sections/Admin/Delegation.php @@ -55,7 +55,7 @@ class Delegation implements IIconSection { * @return string */ public function getName() { - return $this->l->t('Admin privileges'); + return $this->l->t('Administration privileges'); } /** |