summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-24 19:20:14 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-10-27 13:47:45 +0000
commit6af5755de595cc85b1f878710f834f43a23bf41c (patch)
tree63dd0ac1e5858a462154fd98d27af818734a5186 /install/ui/host.js
parent4322370942b92c7778a96b6622be95ec8fa1cfda (diff)
downloadfreeipa-6af5755de595cc85b1f878710f834f43a23bf41c.tar.gz
freeipa-6af5755de595cc85b1f878710f834f43a23bf41c.tar.xz
freeipa-6af5755de595cc85b1f878710f834f43a23bf41c.zip
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
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 4c0ce6ed0..63f45e043 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');
};