diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index c85839a5e7..e13a9edb6d 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -230,8 +230,9 @@ return [ 'pref_two_factor_auth' => '2-step verification', 'pref_two_factor_auth_help' => 'When you enable 2-step verification (also known as two-factor authentication), you add an extra layer of security to your account. You sign in with something you know (your password) and something you have (a verification code). Verification codes are generated by an application on your phone, such as Authy or Google Authenticator.', 'pref_enable_two_factor_auth' => 'Enable 2-step verification', - 'pref_code' => 'Verify code', - 'pref_code_help' => 'Scan the QR code with an application on your phone such as Authy or Google Authenticator and enter the generated code.', + 'pref_two_factor_auth_code' => 'Verify code', + 'pref_two_factor_auth_code_help' => 'Scan the QR code with an application on your phone such as Authy or Google Authenticator and enter the generated code.', + 'pref_two_factor_auth_reset_code' => 'Reset verification code', 'pref_save_settings' => 'Save settings', // profile: diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 31cd6de233..5d27a49585 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -227,9 +227,10 @@ return [ 'pref_fiscal_year_start_label' => 'Start van boekjaar', 'pref_two_factor_auth' => 'Authenticatie in twee stappen', 'pref_two_factor_auth_help' => 'Als je authenticatie in twee stappen (ook wel twee-factor authenticatie genoemd) inschakelt voeg je een extra beveiligingslaag toe aan je account. Je logt in met iets dat je weet (je wachtwoord) en iets dat je hebt (een verificatiecode). Verificatiecodes worden gegeneerd door apps op je telefoon, zoals Authy en Google Authenticator.', - 'pref_code' => 'Verifieer code', - 'pref_code_help' => 'Scan onderstaande QR code met een app op je telefoon zoals Authy of Google Authenticator en vul de code die gegenereerd wordt in.', 'pref_enable_two_factor_auth' => 'Authenticatie in twee stappen inschakelen', + 'pref_two_factor_auth_code' => 'Verifieer code', + 'pref_two_factor_auth_code_help' => 'Scan onderstaande QR code met een app op je telefoon zoals Authy of Google Authenticator en vul de code die gegenereerd wordt in.', + 'pref_two_factor_auth_reset_code' => 'Reset verificatiecode', 'pref_save_settings' => 'Instellingen opslaan', // profile: diff --git a/resources/views/preferences/code.twig b/resources/views/preferences/code.twig index fec7b89ebe..778af11096 100644 --- a/resources/views/preferences/code.twig +++ b/resources/views/preferences/code.twig @@ -12,11 +12,11 @@
- {{ 'pref_code_help'|_ }} + {{ 'pref_two_factor_auth_code_help'|_ }}