summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index 65557dc8c..f0630c945 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -644,7 +644,7 @@ IPA.host_unprovision_dialog = function(spec) {
function(data, text_status, xhr) {
that.facet.refresh();
that.close();
- IPA.notify_success(IPA.messages.objects.host.unprovisioned);
+ IPA.notify_success('@i18n:objects.host.unprovisioned');
},
function(xhr, text_status, error_thrown) {
that.close();
@@ -880,7 +880,7 @@ IPA.host.set_otp_dialog = function(spec) {
on_success: function(data) {
that.facet.load(data);
that.close();
- IPA.notify_success(IPA.messages.objects.host.password_set_success);
+ IPA.notify_success('@i18n:objects.host.password_set_success');
},
on_error: function() {
that.close();