summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-08 11:44:36 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-07-08 16:50:44 +0000
commit2337fb57601a29e41d9a94ed161104740cd8027c (patch)
tree882a3f6d01714476bb9aff7838b18d83e1f5c01f /install/ui
parent0a5f103733236d41b0fc921264098180069a02c8 (diff)
downloadfreeipa-2337fb57601a29e41d9a94ed161104740cd8027c.tar.gz
freeipa-2337fb57601a29e41d9a94ed161104740cd8027c.tar.xz
freeipa-2337fb57601a29e41d9a94ed161104740cd8027c.zip
Fixed missing entitlement import button label
Ticket #1456
Diffstat (limited to 'install/ui')
-rw-r--r--install/ui/entitle.js2
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() {