diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-16 15:19:28 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2021-06-16 15:19:28 +0200 |
commit | 47a8d0d5e0c587bed693f5988d764ac6d50d43c4 (patch) | |
tree | aab44a0bc17e4bbd70912c71ec68fac608f8e939 /apps/files_external | |
parent | 94f0c10ec6221465f8126703c71ad694ef8fa287 (diff) | |
download | nextcloud-server-47a8d0d5e0c587bed693f5988d764ac6d50d43c4.tar.gz nextcloud-server-47a8d0d5e0c587bed693f5988d764ac6d50d43c4.zip |
fix app disdplay name
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/AppInfo/Application.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/AppInfo/Application.php b/apps/files_external/lib/AppInfo/Application.php index b303ff5539c..7f6d8863350 100644 --- a/apps/files_external/lib/AppInfo/Application.php +++ b/apps/files_external/lib/AppInfo/Application.php @@ -103,7 +103,7 @@ class Application extends App implements IBackendProvider, IAuthMechanismProvide 'appname' => 'files_external', 'script' => 'list.php', 'order' => 30, - 'name' => $l->t('External storages'), + 'name' => $l->t('External storage'), ]; }); $context->injectFn(function (BackendService $backendService, UserPlaceholderHandler $userConfigHandler) { |