Skip to content

Commit

Permalink
Expand authenticator message
Browse files Browse the repository at this point in the history
Expand authenticator message, so the user doesn't mistakenly believe they must specifically use Google's Authenticator app.
  • Loading branch information
mwdr-mjdventures authored Sep 17, 2024
1 parent 2680d2b commit f251034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lang/en/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'must_enable' => 'You must enable Two Factor Authentication to use this application.',
'not_enabled' => [
'title' => 'You have not enabled two factor authentication.',
'description' => "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's Google Authenticator application.",
'description' => "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You can use Authenticator apps on your smart phone such as Google Authenticator, Microsoft Authenticator etc to facilitate this",
],
'finish_enabling' => [
'title' => 'Finish enabling two factor authentication.',
Expand Down

0 comments on commit f251034

Please sign in to comment.