diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2014-07-28 16:33:39 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2014-09-11 17:55:17 +0200 |
commit | 15e85db8f873dc133cfd3962d5a58fdb92b17513 (patch) | |
tree | 50c463815a1b29dda0b997762a497276f96150b2 /install/ui/test/data | |
parent | 325bbf5bbf39da43e590b2dee2044683aaec3a66 (diff) | |
download | freeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.tar.gz freeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.tar.xz freeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.zip |
webui: add i18n for the rest of QR code strings
https://fedorahosted.org/freeipa/ticket/4402
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/test/data')
-rw-r--r-- | install/ui/test/data/ipa_init.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 857f8ee3f..2f42b3613 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -377,9 +377,13 @@ }, "otptoken": { "add_token": "Add OTP Token", + "config_title": "Configure your token", + "config_instructions": "Configure your token by scanning the QR code below. Click on the QR code if you see this on the device you want to configure.", "details": "OTP Token Settings", "disable": "Disable token", "enable": "Enable token", + "show_qr": "Show QR code", + "show_uri": "Show configuration uri", "type_hotp": "Counter-based (HOTP)", "type_totp": "Time-based (TOTP)" }, |