Skip to content

Commit

Permalink
fix password message reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Sep 23, 2024
1 parent 126bd8d commit 9393112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function setUp(): void
$response = Password::broker(config('filament-breezy.reset_broker', config('auth.defaults.passwords')))->sendResetLink(['email' => $record->email]);
if ($response === Password::RESET_LINK_SENT) {
Notification::make()
->title(__('filament-breezy::default.reset_password.notification_success'))
->title(__('passwords.reset'))
->success()
->send();

Expand Down
2 changes: 1 addition & 1 deletion lang/ro/passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

return [
'reset' => 'Parola a fost resetată!',
'reset' => 'Emailul de resetare a parolei a fost trimis cu succes!',
'sent' => 'Am trimis un e-mail cu link-ul de resetare a parolei!',
'throttled' => 'Vă rugăm să așteptați înainte de a încerca din nou.',
'token' => 'Codul de resetare a parolei este greșit.',
Expand Down

0 comments on commit 9393112

Please sign in to comment.