summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index a09535cd1..ac434d845 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -124,11 +124,11 @@ return {
add_field_label: '@i18n:authtype.auth_indicator',
options: [
{
- label: '@i18n:authtype.otp',
+ label: 'otp',
value: 'otp'
},
{
- label: '@i18n:authtype.type_radius',
+ label: 'radius',
value: 'radius'
}
],