diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ecec6d92e998..68048f283043 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2520,7 +2520,7 @@ $LANG = array( 'two_factor_setup' => 'Two-Factor Setup', 'two_factor_setup_help' => 'Scan the bar code with a :link compatible app.', 'one_time_password' => 'One Time Password', - 'set_phone_for_two_factor' => 'Set your phone number to enable.', + 'set_phone_for_two_factor' => 'Set your mobile phone number as a backup to enable.', 'enabled_two_factor' => 'Successfully enabled Two-Factor Authentication', 'add_product' => 'Add Product', 'email_will_be_sent_on' => 'Note: the email will be sent on :date.', diff --git a/resources/views/auth/two_factor.blade.php b/resources/views/auth/two_factor.blade.php index 13b0a849fa6f..0c6f8ae834d0 100644 --- a/resources/views/auth/two_factor.blade.php +++ b/resources/views/auth/two_factor.blade.php @@ -20,6 +20,7 @@ ->autofocus() ->style('text-indent:4px') ->forceValue('') + ->data_lpignore('true') ->raw() !!} {!! Former::select('trust') diff --git a/resources/views/users/two_factor.blade.php b/resources/views/users/two_factor.blade.php index e8ab179c2661..7a4ccf844d41 100644 --- a/resources/views/users/two_factor.blade.php +++ b/resources/views/users/two_factor.blade.php @@ -25,6 +25,7 @@
{!! Former::text('one_time_password') ->placeholder('one_time_password') + ->data_lpignore('true') ->style('width:300px;font-size:18px') ->raw() !!}