diff options
author | Pavel Vomacka <pvomacka@redhat.com> | 2016-06-28 15:41:33 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2016-06-30 13:42:58 +0200 |
commit | ec6925e775598602e909d7a1f226f0c1e28cb074 (patch) | |
tree | 7a75fb00a1077eb7219b51fefa2b3455362362c8 /install/ui/src/freeipa/service.js | |
parent | 55049fceb978f2e20b13800b77775377428de386 (diff) | |
download | freeipa-ec6925e775598602e909d7a1f226f0c1e28cb074.tar.gz freeipa-ec6925e775598602e909d7a1f226f0c1e28cb074.tar.xz freeipa-ec6925e775598602e909d7a1f226f0c1e28cb074.zip |
Change paths of strings in auth indicators widget on service page
Strings which are used by widget which shows authentication indicators were moved.
Therefore the change in string paths.
Part of: https://fedorahosted.org/freeipa/ticket/5872
Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install/ui/src/freeipa/service.js')
-rw-r--r-- | install/ui/src/freeipa/service.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/service.js b/install/ui/src/freeipa/service.js index 4ef233cfe..a9a4c1bcb 100644 --- a/install/ui/src/freeipa/service.js +++ b/install/ui/src/freeipa/service.js @@ -111,10 +111,10 @@ return { }, { $type: 'custom_checkboxes', - label: '@i18n:objects.service.auth_indicators', + label: '@i18n:authtype.auth_indicators', name: 'krbprincipalauthind', - add_dialog_title: '@i18n:objects.service.custom_auth_ind_title', - add_field_label: '@i18n:objects.service.auth_indicator', + add_dialog_title: '@i18n:authtype.custom_auth_ind_title', + add_field_label: '@i18n:authtype.auth_indicator', options: [ { label: '@i18n:authtype.otp', |