summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-24 13:10:53 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-11 17:55:17 +0200
commit475f6e293e3341f72f56bd9b75e6dc6231a10a59 (patch)
tree37cb3f6edd4c4ecadf55cbdb733ae3fd60acba4a /install/ui/test
parent72869e26877771900ebee7ea70a616715373a0aa (diff)
downloadfreeipa-475f6e293e3341f72f56bd9b75e6dc6231a10a59.tar.gz
freeipa-475f6e293e3341f72f56bd9b75e6dc6231a10a59.tar.xz
freeipa-475f6e293e3341f72f56bd9b75e6dc6231a10a59.zip
webui: better otp token type label
https://fedorahosted.org/freeipa/ticket/4402 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index 7f268de8d..6d1cfc54c 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -378,7 +378,9 @@
"otptoken": {
"details": "OTP Token Settings",
"disable": "Disable token",
- "enable": "Enable token"
+ "enable": "Enable token",
+ "type_hotp": "Counter-based (HOTP)",
+ "type_totp": "Time-based (TOTP)"
},
"permission": {
"add_custom_attr": "Add custom attribute",