diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-10-07 08:13:16 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-07 08:50:35 +0000 |
commit | a4b0dfa3d37ed40857e7bc74dbcee927f66ddec3 (patch) | |
tree | 7c5c096bc2b327ef71d45b2afcb8bb141439babb /apps/settings/src | |
parent | 339c6edd38830b42bb3b13c4f5eca8b27a00eec9 (diff) | |
download | nextcloud-server-a4b0dfa3d37ed40857e7bc74dbcee927f66ddec3.tar.gz nextcloud-server-a4b0dfa3d37ed40857e7bc74dbcee927f66ddec3.zip |
l10n: Spelling unification
Spelling unification in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r-- | apps/settings/src/components/AdminDelegating.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/components/AdminDelegating.vue b/apps/settings/src/components/AdminDelegating.vue index fd8e89f7853..d669e26efd0 100644 --- a/apps/settings/src/components/AdminDelegating.vue +++ b/apps/settings/src/components/AdminDelegating.vue @@ -1,8 +1,8 @@ <template> <div id="admin-right-sub-granting" class="section"> - <h2>{{ t('settings', 'Admin privileges') }}</h2> + <h2>{{ t('settings', 'Administration privileges') }}</h2> <p class="settings-hint"> - {{ t('settings', 'Here you can decide which group can access certain sections of the admin settings.') }} + {{ t('settings', 'Here you can decide which group can access certain sections of the administration settings.') }} </p> <div class="setting-list"> |