summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/search.js')
-rw-r--r--install/ui/src/freeipa/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index 7fba2be9c..d71b01273 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -146,7 +146,7 @@ IPA.search_facet = function(spec, no_init) {
var title;
if (!values.length) {
- title = IPA.messages.dialogs.remove_empty;
+ title = text.get('@i18n:dialogs.remove_empty');
alert(title);
return null;
}
@@ -162,7 +162,7 @@ IPA.search_facet = function(spec, no_init) {
dialog.facet = that;
dialog.pkey_prefix = that.managed_entity_pkey_prefix();
- title = IPA.messages.dialogs.remove_title;
+ title = text.get('@i18n:dialogs.remove_title');
var label = that.managed_entity.metadata.label;
dialog.title = title.replace('${entity}', label);