diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 10:43:17 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-10-01 17:15:07 +0200 |
commit | 335efcc43b2ac731794cf0bea92c249d8b2a5cd5 (patch) | |
tree | 24048cb326ab02faa1e5108dcdf8012c4e4ed171 /apps/files/js/filesummary.js | |
parent | c4ea7b1e8f3fc05bee6c52859231ad9df51f01b4 (diff) | |
download | nextcloud-server-335efcc43b2ac731794cf0bea92c249d8b2a5cd5.tar.gz nextcloud-server-335efcc43b2ac731794cf0bea92c249d8b2a5cd5.zip |
Move to 1 template file for files
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/js/filesummary.js')
-rw-r--r-- | apps/files/js/filesummary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filesummary.js b/apps/files/js/filesummary.js index ed369ff0723..c866ccb4ff5 100644 --- a/apps/files/js/filesummary.js +++ b/apps/files/js/filesummary.js @@ -196,7 +196,7 @@ * * handlebars -n OCA.Files.FileSummary.Templates filesummary.handlebars -f filesummary_template.js */ - return OCA.Files.FileSummary.Templates['filesummary'](_.extend({ + return OCA.Files.Templates['filesummary'](_.extend({ connectorLabel: t('files', '{dirs} and {files}', {dirs: '', files: ''}) }, data)); }, |