diff options
author | Simon L <szaimen@e.mail.de> | 2022-09-02 17:01:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 17:01:52 +0200 |
commit | 6132b6a4aec0cad2a92478ea913d6b8c6ce43835 (patch) | |
tree | 0546c3808cd4bf3a287108ce3df0c6bc801c9226 /apps/settings/lib | |
parent | 579497e9995b4da34402c3c155cb16560b67f0f0 (diff) | |
parent | b31c92e6f513009aacbb465d71ec8fac1478738f (diff) | |
download | nextcloud-server-6132b6a4aec0cad2a92478ea913d6b8c6ce43835.tar.gz nextcloud-server-6132b6a4aec0cad2a92478ea913d6b8c6ce43835.zip |
Merge pull request #33790 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
Diffstat (limited to 'apps/settings/lib')
-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'); } /** |