We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dd9ab commit b1e3550Copy full SHA for b1e3550
app/Providers/Filament/AdminPanelProvider.php
@@ -22,8 +22,6 @@
22
23
class AdminPanelProvider extends PanelProvider
24
{
25
- public function boot() {}
26
-
27
public function panel(Panel $panel): Panel
28
29
return $panel
lang/en/passwords.php
@@ -13,8 +13,8 @@
13
|
14
*/
15
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.',
+ 'reset' => 'Your password has been reset!',
+ 'sent' => 'We have emailed your password reset link!',
+ 'password' => 'The password and confirmation must match and contain at least six characters.',
19
20
];
0 commit comments