diff --git a/class-two-factor-core.php b/class-two-factor-core.php index 20877a07..5c632d4b 100644 --- a/class-two-factor-core.php +++ b/class-two-factor-core.php @@ -715,8 +715,8 @@ public static function login_html( $user, $login_nonce, $redirect_to, $error_msg echo esc_html( sprintf( // translators: %s: Two-factor method name. - __( 'Or, use your backup method: %s →', 'two-factor' ), - $backup_provider->get_label() + __( 'Or, continue with %s →', 'two-factor' ), + $backup_provider->get_singular_label() ) ); ?> @@ -727,7 +727,7 @@ public static function login_html( $user, $login_nonce, $redirect_to, $error_msg

- +