diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-04-03 18:18:57 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-05-06 16:22:21 +0200 |
commit | fcff33fb511db5ffe5c7809bb1a4593f2e681718 (patch) | |
tree | 31af15433d3e1a9df92f86a54eb56d8fcd2ebab9 /install/ui/src/freeipa/rule.js | |
parent | 12f5f4cfdd38c2a29c8e6eeac17557f4e7731307 (diff) | |
download | freeipa.git-fcff33fb511db5ffe5c7809bb1a4593f2e681718.tar.gz freeipa.git-fcff33fb511db5ffe5c7809bb1a4593f2e681718.tar.xz freeipa.git-fcff33fb511db5ffe5c7809bb1a4593f2e681718.zip |
Replace IPA.messages with @i18n definition for label specs
Replaced by execution of
ls | grep .js | xargs sed -i -r "s/label: IPA.messages\.((.\w+)+)/label: '@i18n:\1'/"
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/rule.js')
-rw-r--r-- | install/ui/src/freeipa/rule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/rule.js b/install/ui/src/freeipa/rule.js index 1d60c755..faa305a4 100644 --- a/install/ui/src/freeipa/rule.js +++ b/install/ui/src/freeipa/rule.js @@ -120,7 +120,7 @@ IPA.rule_association_table_widget = function(spec) { if (that.external) { that.create_column({ name: that.external, - label: IPA.messages.objects.sudorule.external, + label: '@i18n:objects.sudorule.external', entity: that.other_entity, formatter: IPA.boolean_formatter(), width: '200px' |