summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/js/app.js')
-rw-r--r--apps/files_external/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/js/app.js b/apps/files_external/js/app.js
index cf74ae350d7..4f91e2e78b0 100644
--- a/apps/files_external/js/app.js
+++ b/apps/files_external/js/app.js
@@ -34,7 +34,7 @@ OCA.Files_External.App = {
);
this._extendFileList(this.fileList);
- this.fileList.appName = t('files_external', 'External storages');
+ this.fileList.appName = t('files_external', 'External storage');
return this.fileList;
},