summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.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/entity.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/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index c82f4a8df..704b5c43b 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -914,7 +914,7 @@ IPA.entity_builder = function(){
};
that.adder_dialog = function(spec) {
- spec.factory = spec.factory || IPA.add_dialog;
+ spec.factory = spec.factory || IPA.entity_adder_dialog;
spec.name = spec.name || 'add';
if (!spec.title) {