From 6af5755de595cc85b1f878710f834f43a23bf41c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 24 Oct 2011 19:20:14 -0500 Subject: Fixed "enroll" labels. Labels using the word "enroll" (except for host enrollment) have been modified to use more relevant words. The IPA.add_dialog has been renamed into IPA.entity_adder_dialog for clarity. Ticket #1642 --- install/ui/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index 4c0ce6ed..63f45e04 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -267,10 +267,10 @@ IPA.host_adder_dialog = function(spec) { spec = spec || {}; spec.retry = typeof spec.retry !== 'undefined' ? spec.retry : false; - var that = IPA.add_dialog(spec); + var that = IPA.entity_adder_dialog(spec); that.create = function() { - that.add_dialog_create(); + that.entity_adder_dialog_create(); that.container.addClass('host-adder-dialog'); }; -- cgit