diff --git a/install/ui/src/freeipa/otptoken.js b/install/ui/src/freeipa/otptoken.js index d5afd25e6..2daeed9b6 100644 --- a/install/ui/src/freeipa/otptoken.js +++ b/install/ui/src/freeipa/otptoken.js @@ -289,14 +289,10 @@ 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' } ] }, - { - name: 'ipatokenuniqueid', - required: false - }, 'description' ] }