diff --git a/main/webapp/modules/core/scripts/facets/list-facet.js b/main/webapp/modules/core/scripts/facets/list-facet.js
index c8f1a7c51..ae508c5f7 100644
--- a/main/webapp/modules/core/scripts/facets/list-facet.js
+++ b/main/webapp/modules/core/scripts/facets/list-facet.js
@@ -230,7 +230,7 @@ ListFacet.prototype._copyChoices = function() {
body.html('');
var elmts = DOM.bind(body);
- $('').text($.i18n._('core-button')["close"]).click(function() {
+ $('').text($.i18n._('core-buttons')["close"]).click(function() {
DialogSystem.dismissUntil(level - 1);
}).appendTo(footer);