2fa polishing

This commit is contained in:
Peter Papp
2021-07-16 11:00:46 +02:00
parent 838a412823
commit d90af84311
9 changed files with 344 additions and 304 deletions

View File

@@ -473,9 +473,9 @@ return [
'page_sign_in.subtitle' => 'Confirm you by your password',
'page_sign_in.title' => 'Are You {name}?',
'page_sign_in_2fa_title' => 'Welcome {name}',
'page_sign_in_2fa_subtitle' => 'Confirm you by 2FA code',
'page_sign_in.placeholder_2fa' => 'Type your 2FA code',
'page_sign_in.2fa_recovery_text' => "Can't get to your 2FA code?",
'page_sign_in_2fa_subtitle' => 'Confirm you by 2FA code from your Authenticator app',
'page_sign_in.placeholder_2fa' => 'Type your 2FA code...',
'page_sign_in.2fa_recovery_text' => "Can't get your 2FA code?",
'page_sign_in.2fa_recovery_button' => 'Use recovery code.',
'page_sign_in.2fa_recovery_subtitle' => 'Use your recovery code',
'page_sign_in.placeholder_2fa_recovery' => "Type your recovery code",
@@ -524,11 +524,14 @@ return [
'popup_upload_limit.title' => 'You exceed upload limit on single file',
'popup_zipping.message' => 'Please wait until your files start downloading.',
'popup_zipping.title' => 'Zipping Your Files...',
'popup_two_factor_authentication.title' => 'Two Factor Authentication Password Confirm',
'popup_two_factor_authentication.input_label' => 'Password',
'popup_two_factor_authentication.placeholder' => 'Type your password',
'popup_two_factor_authentication.help' => 'Scan the image above with the two-factor authentication app on your phone.',
'popup_two_factor_authentication.confirm_button' => 'Confirm',
'popup_2fa.title' => 'Confirm Your Password',
'popup_2fa.input_label' => 'Password',
'popup_2fa.placeholder' => 'Type your password',
'popup_2fa.help' => 'Scan the image above with the two-factor authentication app on your phone.',
'popup_2fa.confirm_button' => 'Confirm',
'popup_2fa.switch_info' => 'Here you can improve your account security by turn on 2fa verification.',
'popup_2fa.toaster_enabled' => 'Your 2FA was enabled successfully!',
'popup_2fa.toaster_disabled' => 'Your 2FA was disabled!',
'preview_sorting.grid_view' => 'Grid View',
'preview_sorting.list_view' => 'List View',
'preview_sorting.preview_sorting_button' => 'View',
@@ -645,7 +648,7 @@ return [
'user_settings.timezone_plac' => 'Select your timezone',
'user_settings.title_account' => 'Account Information',
'user_settings.title_billing' => 'Billing Information',
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect code',
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect or expired code',
'validation_errors.incorrect_2fa_recovery_code' => 'Sorry, you passed incorrect recovery code',
'validation_errors.incorrect_password' => 'Sorry, you passed incorrect password :(',
'validation_errors.wrong_image' => 'You may have uploaded the wrong file, try again!',