diff --git a/static/scripts/app/views/dirent-details.js b/static/scripts/app/views/dirent-details.js index cc58027377..013bf3ed7c 100644 --- a/static/scripts/app/views/dirent-details.js +++ b/static/scripts/app/views/dirent-details.js @@ -95,7 +95,8 @@ define([ } else { $input.show() .select2({ - tags: [] + tags: [], + formatNoMatches: gettext("No matches") }) .select2('data', this.s2_tags); }