Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-02 18:01:52 +0300
committerGitHub <noreply@github.com>2022-09-02 18:01:52 +0300
commit6132b6a4aec0cad2a92478ea913d6b8c6ce43835 (patch)
tree0546c3808cd4bf3a287108ce3df0c6bc801c9226 /apps
parent579497e9995b4da34402c3c155cb16560b67f0f0 (diff)
parentb31c92e6f513009aacbb465d71ec8fac1478738f (diff)
Merge pull request #33790 from nextcloud/Valdnet-patch-2
l10n: Spelling unification
Diffstat (limited to 'apps')
-rw-r--r--apps/settings/lib/Sections/Admin/Delegation.php2
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');
}
/**