summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/association.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/association.js')
-rw-r--r--install/ui/src/freeipa/association.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/src/freeipa/association.js b/install/ui/src/freeipa/association.js
index 7fb49562a..4c4f3ef8f 100644
--- a/install/ui/src/freeipa/association.js
+++ b/install/ui/src/freeipa/association.js
@@ -586,7 +586,7 @@ IPA.association_table_widget = function (spec) {
function() {
that.refresh();
dialog.close();
- IPA.notify_success(IPA.messages.association.added);
+ IPA.notify_success('@i18n:association.added');
},
function() {
that.refresh();
@@ -647,7 +647,7 @@ IPA.association_table_widget = function (spec) {
selected_values,
function() {
that.refresh();
- IPA.notify_success(IPA.messages.association.removed);
+ IPA.notify_success('@i18n:association.removed');
},
function() {
that.refresh();
@@ -1012,7 +1012,7 @@ IPA.association_facet = function (spec, no_init) {
on_success: function() {
that.refresh();
dialog.close();
- IPA.notify_success(IPA.messages.association.added);
+ IPA.notify_success('@i18n:association.added');
},
on_error: function() {
that.refresh();
@@ -1063,7 +1063,7 @@ IPA.association_facet = function (spec, no_init) {
method: that.remove_method,
on_success: function() {
that.refresh();
- IPA.notify_success(IPA.messages.association.removed);
+ IPA.notify_success('@i18n:association.removed');
},
on_error: function() {
that.refresh();
@@ -1300,7 +1300,7 @@ IPA.attribute_facet = function(spec, no_init) {
function(data) {
that.load(data);
that.show_content();
- IPA.notify_success(IPA.messages.association.removed);
+ IPA.notify_success('@i18n:association.removed');
},
function() {
that.refresh();