diff options
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' |