diff --git a/install/ui/add.js b/install/ui/add.js index fd99b02c5..65b7711e2 100644 --- a/install/ui/add.js +++ b/install/ui/add.js @@ -23,7 +23,7 @@ /* REQUIRES: ipa.js */ -IPA.add_dialog = function (spec) { +IPA.entity_adder_dialog = function(spec) { spec = spec || {}; @@ -192,7 +192,7 @@ IPA.add_dialog = function (spec) { }; // methods that should be invoked by subclasses - that.add_dialog_create = that.create; + that.entity_adder_dialog_create = that.create; init(); diff --git a/install/ui/association.js b/install/ui/association.js index ebb6e421f..d3b66132d 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -889,7 +889,7 @@ IPA.association_facet = function (spec) { that.add_button = IPA.action_button({ name: 'add', - label: IPA.messages.buttons.enroll, + label: IPA.messages.buttons.add, icon: 'add-icon', click: function() { if (!that.add_button.hasClass('action-button-disabled')) { @@ -923,7 +923,7 @@ IPA.association_facet = function (spec) { }).appendTo(span); $('