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/user.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/user.js')
-rw-r--r-- | install/ui/user.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/user.js b/install/ui/user.js index 24d3ba49..04fac6bc 100644 --- a/install/ui/user.js +++ b/install/ui/user.js @@ -106,7 +106,6 @@ IPA.user.entity = function(spec) { action_panel: { factory: IPA.action_panel, name: 'account_actions', - label: 'Actions', //TODO: translate actions: ['reset_password'] }, fields: [ |