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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-01 14:15:02 +0300
committerszaimen <szaimen@e.mail.de>2022-09-02 13:42:07 +0300
commitd9399e12462bffdcf6b35678a4c1bbc0042b96a2 (patch)
tree337e724795c156f8784f48de815e01603629bc8b /apps
parentaffa402d2106d9d8f7ec4cc28b79a388c18ec660 (diff)
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')
-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');
}
/**