diff --git a/app/src/main/res/layout/activity_smscommunicator_otp.xml b/app/src/main/res/layout/activity_smscommunicator_otp.xml index 570b01c4c7..91e9fef298 100644 --- a/app/src/main/res/layout/activity_smscommunicator_otp.xml +++ b/app/src/main/res/layout/activity_smscommunicator_otp.xml @@ -46,6 +46,15 @@ style="@style/section_header_label" android:text="@string/smscommunicator_otp_step3_test_header" /> + + + android:text="@string/smscommunicator_code_verify_label" /> smscommunicator_otp_password smscommunicator_otp_secret - from Authenticator app for: %1$s + from Authenticator app for: %1$s followed by PIN Enable Authenticator Authenticate commands using One Time Passwords generated by Google Authenticator or similar 2FA apps. - Additional PIN at token end + Additional mandatory PIN at token end Additional digits that should be memorised and glued at end of each generated One Time Password Authenticator setup + Code to check: + OTP + PIN + The verification code consist of 6 digits displayed by Authenticator app (known as OTP) followed by 3 or more digits of mandatory PIN. OTP to check: Reset Authenticators Reset Authenticator Key diff --git a/app/src/main/res/xml/pref_smscommunicator.xml b/app/src/main/res/xml/pref_smscommunicator.xml index 2346fcdbb4..564b540789 100644 --- a/app/src/main/res/xml/pref_smscommunicator.xml +++ b/app/src/main/res/xml/pref_smscommunicator.xml @@ -35,13 +35,6 @@ android:title="@string/smscommunicator_otp_enabled" app:isPreferenceVisible="false" /> - - - - + + + + \ No newline at end of file