From 496fbbd9195d58f614fb169eebcdb95f93263729 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 23 May 2012 09:27:28 +0200 Subject: Added missing i18n in action list and action panel This patch adds strings to internal.py which were not translated in action list/panel patches. https://fedorahosted.org/freeipa/ticket/2248 --- install/ui/widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 85bc7132..e7a837f9 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -3162,6 +3162,7 @@ IPA.sshkey_widget = function(spec) { IPA.action_panel = function(spec) { spec = spec || {}; + spec.label = spec.label || IPA.messages.actions.title; var that = IPA.widget(spec); -- cgit