Finish reset db password

This commit is contained in:
Ralph J. Smit
2022-08-08 12:07:01 +02:00
parent e3612ebf23
commit b2e1ee9e24
4 changed files with 11 additions and 18 deletions

View File

@@ -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

View File

@@ -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>