diff options
author | Sergey Shlyakhov <husband.sergey@gmail.com> | 2020-02-13 15:00:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 15:00:08 +0100 |
commit | 61b88b58a66ed8757e1b8df61626ad4e96aeab17 (patch) | |
tree | 0328de8bb1aeddf8ef5925393665a2076c01ba1b /apps/settings/appinfo | |
parent | f39786660cccaf96f7d1ef2a72e030ccb456be8b (diff) | |
download | nextcloud-server-61b88b58a66ed8757e1b8df61626ad4e96aeab17.tar.gz nextcloud-server-61b88b58a66ed8757e1b8df61626ad4e96aeab17.zip |
Fix typo
Diffstat (limited to 'apps/settings/appinfo')
-rw-r--r-- | apps/settings/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings/appinfo/info.xml b/apps/settings/appinfo/info.xml index 2513b9a20fa..f2d65c0f3e8 100644 --- a/apps/settings/appinfo/info.xml +++ b/apps/settings/appinfo/info.xml @@ -20,7 +20,7 @@ <settings> <admin>OCA\Settings\Settings\Admin\Mail</admin> <admin>OCA\Settings\Settings\Admin\Overview</admin> - <admin>OCA\Settings\Settomgs\Admin\Security</admin> + <admin>OCA\Settings\Settings\Admin\Security</admin> <admin>OCA\Settings\Settings\Admin\Server</admin> <admin>OCA\Settings\Settings\Admin\Sharing</admin> <admin-section>OCA\Settings\Sections\Admin\Additional</admin-section> |