summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-28 15:41:33 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-30 13:42:58 +0200
commitec6925e775598602e909d7a1f226f0c1e28cb074 (patch)
tree7a75fb00a1077eb7219b51fefa2b3455362362c8 /install
parent55049fceb978f2e20b13800b77775377428de386 (diff)
downloadfreeipa-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')
-rw-r--r--install/ui/src/freeipa/service.js6
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',