diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-10-24 19:20:14 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-10-27 13:47:45 +0000 |
commit | 6af5755de595cc85b1f878710f834f43a23bf41c (patch) | |
tree | 63dd0ac1e5858a462154fd98d27af818734a5186 /install/ui/dialog.js | |
parent | 4322370942b92c7778a96b6622be95ec8fa1cfda (diff) | |
download | freeipa.git-6af5755de595cc85b1f878710f834f43a23bf41c.tar.gz freeipa.git-6af5755de595cc85b1f878710f834f43a23bf41c.tar.xz freeipa.git-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/dialog.js')
-rw-r--r-- | install/ui/dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dialog.js b/install/ui/dialog.js index b55cce71..41b35fb4 100644 --- a/install/ui/dialog.js +++ b/install/ui/dialog.js @@ -492,7 +492,7 @@ IPA.adder_dialog = function(spec) { var add_button = that.create_button({ name: 'add', - label: IPA.messages.buttons.enroll, + label: IPA.messages.buttons.add, click: function() { if (!add_button.is_enabled()) return; that.execute(); |