From ed94fdf1904a29b72772524c53e1ffeecf3134f8 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 4 Apr 2013 15:12:34 +0200 Subject: Replace IPA.messages with @i18n definition for title specs https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/src/freeipa/widget.js') diff --git a/install/ui/src/freeipa/widget.js b/install/ui/src/freeipa/widget.js index c6fba474..61e30a63 100644 --- a/install/ui/src/freeipa/widget.js +++ b/install/ui/src/freeipa/widget.js @@ -3737,7 +3737,7 @@ IPA.sshkey_widget = function(spec) { var dialog = IPA.dialog({ name: 'sshkey-edit-dialog', - title: IPA.messages.objects.sshkeystore.set_dialog_title, + title: '@i18n:objects.sshkeystore.set_dialog_title', width: 500, height: 380 }); -- cgit