fix(strings): string copy changes

This commit is contained in:
Miguel Nogueira 2023-08-16 01:12:20 +01:00
parent 7dca30b57d
commit 895400c425
No known key found for this signature in database
GPG Key ID: 43EF15DB0CC86DDD

View File

@ -270,8 +270,8 @@
<h5>{{ __('Your :appName account does not have a password', ['appName' => config('app.name')]) }}</h5>
<p>{!! __('Because your account is linked to one or more <a href=":oAuthExplanationLink" target="_blank">OAuth</a> providers (such as Discord), there is no need for your account to use a password.', ['oAuthExplanationLink' => 'https://en.wikipedia.org/wiki/OAuth']) !!}</p>
<p>{{ __('Because several sensitive actions on the app require you to confirm your password, you may define one below. This will also allow you to unlink your accounts and login with a password.') }}</p>
<p>{!! __('Your account is linked to one or more <a href=":oAuthExplanationLink" target="_blank">OAuth</a> providers (such as Discord). At the moment there is no need for your account to use a password, but you can always add one if you prefer.', ['oAuthExplanationLink' => 'https://en.wikipedia.org/wiki/OAuth']) !!}</p>
<p>{{ __('Because a lot of sensitive actions require you to confirm your password, you may define one below. This will also allow you to unlink your accounts and login with a password.') }}</p>
<form method="POST" action="{{ route('addPassword') }}" id="setPassword">
@csrf