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/user.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/user.js') 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: [ -- cgit