diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-05-23 09:27:28 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-06-04 10:45:08 +0200 |
commit | 496fbbd9195d58f614fb169eebcdb95f93263729 (patch) | |
tree | cf9fcab43ddc0964dd605fce98276c4ec51de345 /install/ui/widget.js | |
parent | 888797ffac2c26e21129447ddc1d46167d36fc74 (diff) | |
download | freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.tar.gz freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.tar.xz freeipa.git-496fbbd9195d58f614fb169eebcdb95f93263729.zip |
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
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |