aboutsummaryrefslogtreecommitdiffstats
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.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_external/js/app.js b/apps/files_external/js/app.js
index d3ce2010ecd..859a820f14c 100644
--- a/apps/files_external/js/app.js
+++ b/apps/files_external/js/app.js
@@ -35,7 +35,7 @@ OCA.External.App = {
);
this._extendFileList(this.fileList);
- this.fileList.appName = t('files_external', 'External storage');
+ this.fileList.appName = t('files_external', 'External storages');
return this.fileList;
},
@@ -111,4 +111,3 @@ $(document).ready(function() {
}
/* End Status Manager */
});
-