summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {