diff --git a/main/webapp/modules/core/scripts/index/default-importing-controller/file-selection-panel.js b/main/webapp/modules/core/scripts/index/default-importing-controller/file-selection-panel.js index 34a533720..e1ad44979 100644 --- a/main/webapp/modules/core/scripts/index/default-importing-controller/file-selection-panel.js +++ b/main/webapp/modules/core/scripts/index/default-importing-controller/file-selection-panel.js @@ -201,7 +201,7 @@ Refine.DefaultImportingController.prototype._renderFileSelectionPanelControlPane var renderExtension = function(extension) { var tr = table.insertRow(table.rows.length); $('').text(extension.extension).appendTo(tr); - $('').text($.i18n('core-index-import/file-count'), extension.count).appendTo(tr); + $('').text($.i18n('core-index-import/file-count', extension.count)).appendTo(tr); $('