diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-07-08 11:44:36 -0500 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-07-08 16:50:44 +0000 |
commit | 2337fb57601a29e41d9a94ed161104740cd8027c (patch) | |
tree | 882a3f6d01714476bb9aff7838b18d83e1f5c01f /install | |
parent | 0a5f103733236d41b0fc921264098180069a02c8 (diff) | |
download | freeipa-2337fb57601a29e41d9a94ed161104740cd8027c.tar.gz freeipa-2337fb57601a29e41d9a94ed161104740cd8027c.tar.xz freeipa-2337fb57601a29e41d9a94ed161104740cd8027c.zip |
Fixed missing entitlement import button label
Ticket #1456
Diffstat (limited to 'install')
-rw-r--r-- | install/ui/entitle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js index e34668c42..4775af4bf 100644 --- a/install/ui/entitle.js +++ b/install/ui/entitle.js @@ -662,7 +662,7 @@ IPA.entitle.import_dialog = function(spec) { var that = IPA.entitle.certificate_dialog(spec); - that.add_button(that.label, function() { + that.add_button(IPA.messages.objects.entitle.import_button, function() { that.entity.import_certificate( that.get_certificate(), function() { |