Skip to content

Commit b1e3550

Browse files
author
Petrekanics Máté
committed
remove empty function
1 parent 00dd9ab commit b1e3550

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
class AdminPanelProvider extends PanelProvider
2424
{
25-
public function boot() {}
26-
2725
public function panel(Panel $panel): Panel
2826
{
2927
return $panel

lang/en/passwords.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
|
1414
*/
1515

16-
'reset' => 'Vaša lozinka je poništena!',
17-
'sent' => 'Poslali smo vam poveznicu za poništavanje lozinke e-mailom!',
18-
'password' => 'Lozinka i potvrda moraju se podudarati i sadržavati najmanje šest znakova.',
16+
'reset' => 'Your password has been reset!',
17+
'sent' => 'We have emailed your password reset link!',
18+
'password' => 'The password and confirmation must match and contain at least six characters.',
1919

2020
];

0 commit comments

Comments
 (0)