Finish reset db password
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@component('mail::message')
|
||||
{{ __('Hi!') }}
|
||||
{{ __('Hi!') }}
|
||||
|
||||
{{ __('The password for your database :database has been reset to :newPassword. You should update your applications to use the new password for your applications to keep working.', ['database' => $database->name, 'newPassword' => $newPassword]) }}
|
||||
{{ __('The password for your database `:database` has been reset to **:newPassword**. You should update your applications to use the new password for your applications to keep working.', ['database' => $database->name, 'newPassword' => $newPassword]) }}
|
||||
@endcomponent
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
@else
|
||||
<div>
|
||||
<p>{{ __('The new database password is: ') }} {{ $this->recentlyUpdatedPassword }}</p>
|
||||
<p class="mt-4">{{ __('The new database password is: :newPassword.', ['newPassword' => $this->recentlyUpdatedPassword ]) }}</p>
|
||||
</div>
|
||||
@endunless
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user