summaryrefslogtreecommitdiffstats
path: root/apps/files_external/appinfo
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 22:43:58 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-26 22:43:58 +0200
commitcb1689244342088c506921943151f98bbd05fd9a (patch)
tree4018d7df57510fb717ba64f6f6c47cdbc7fccb9b /apps/files_external/appinfo
parent646db7f88d911459bdfa038d8a66ded27ae888a4 (diff)
downloadnextcloud-server-cb1689244342088c506921943151f98bbd05fd9a.tar.gz
nextcloud-server-cb1689244342088c506921943151f98bbd05fd9a.zip
Add more hints to settings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_external/appinfo')
-rw-r--r--apps/files_external/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/appinfo/app.php b/apps/files_external/appinfo/app.php
index 925596198cf..ddf609129f6 100644
--- a/apps/files_external/appinfo/app.php
+++ b/apps/files_external/appinfo/app.php
@@ -44,7 +44,7 @@ $appContainer = \OC_Mount_Config::$app->getContainer();
'appname' => 'files_external',
'script' => 'list.php',
'order' => 30,
- 'name' => $l->t('External storage'),
+ 'name' => $l->t('External storages'),
];
});