diff --git a/importer/indico_importer/static/js/importer.js b/importer/indico_importer/static/js/importer.js index a189b54..eac8513 100644 --- a/importer/indico_importer/static/js/importer.js +++ b/importer/indico_importer/static/js/importer.js @@ -387,7 +387,7 @@ hereLink.observeClick(this.afterSearchAction); this.afterSearch = Html.span( {style: {display: 'none'}}, - $t.gettext("Your entries were inserted successfully. Please specify a new query or click"), ' ', hereLink, ' ', $t.gettext("to see the previous results.") + $t.gettext("Your entries were inserted successfully. Please specify a new query or click"), ' ', hereLink, ' ', $t.gettext("to see the previous results.") ); this.contentDiv = Html.div({className:'presearchContainer', style:{"height" : pixels(this.height - 130)}}, this.firstSearch, this.afterSearch); return this.contentDiv;