Fixed missing entitlement import button label

Ticket #1456
This commit is contained in:
Endi S. Dewata
2011-07-08 11:44:36 -05:00
parent 0a5f103733
commit 2337fb5760

View File

@@ -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() {