summaryrefslogtreecommitdiffstats
path: root/install/ui/automount.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/automount.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/automount.js')
-rw-r--r--install/ui/automount.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/automount.js b/install/ui/automount.js
index 6b740d8e6..2dfb9ddcb 100644
--- a/install/ui/automount.js
+++ b/install/ui/automount.js
@@ -221,10 +221,10 @@ IPA.automount_key_column = function(spec) {
IPA.automountmap_adder_dialog = function(spec) {
- 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();
var method_field = that.get_field('method');
var indirect_section = that.get_section('indirect');