File tree 2 files changed +2
-2
lines changed
app/Filament/Resources/UserResource/Actions
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ protected function setUp(): void
42
42
$ response = Password::broker (config ('filament-breezy.reset_broker ' , config ('auth.defaults.passwords ' )))->sendResetLink (['email ' => $ record ->email ]);
43
43
if ($ response === Password::RESET_LINK_SENT ) {
44
44
Notification::make ()
45
- ->title (__ ('filament-breezy::default.reset_password.notification_success ' ))
45
+ ->title (__ ('passwords.reset ' ))
46
46
->success ()
47
47
->send ();
48
48
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
return [
6
- 'reset ' => 'Parola a fost resetată ! ' ,
6
+ 'reset ' => 'Emailul de resetare a parolei a fost trimis cu succes ! ' ,
7
7
'sent ' => 'Am trimis un e-mail cu link-ul de resetare a parolei! ' ,
8
8
'throttled ' => 'Vă rugăm să așteptați înainte de a încerca din nou. ' ,
9
9
'token ' => 'Codul de resetare a parolei este greșit. ' ,
You can’t perform that action at this time.
0 commit comments