summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/otptoken.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/otptoken.js')
-rw-r--r--install/ui/src/freeipa/otptoken.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/src/freeipa/otptoken.js b/install/ui/src/freeipa/otptoken.js
index c9570a697..c32df3c00 100644
--- a/install/ui/src/freeipa/otptoken.js
+++ b/install/ui/src/freeipa/otptoken.js
@@ -227,8 +227,8 @@ return {
name: 'type',
default_value: 'totp',
options: [
- { label: 'TOTP', value: 'totp' },
- { label: 'HOTP', value: 'hotp' }
+ { label: '@i18n:objects.otptoken.type_totp', value: 'totp' },
+ { label: '@i18n:objects.otptoken.type_hotp', value: 'hotp' }
]
},
{