mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 08:44:46 +02:00
Single quotes
This commit is contained in:
parent
12eee6f6a2
commit
fa379be99b
@ -15,5 +15,5 @@ return [
|
|||||||
'reset' => 'Your password has been reset!',
|
'reset' => 'Your password has been reset!',
|
||||||
'sent' => 'We have e-mailed your password reset link!',
|
'sent' => 'We have e-mailed your password reset link!',
|
||||||
'token' => 'This password reset token is invalid.',
|
'token' => 'This password reset token is invalid.',
|
||||||
'user' => "We can't find a user with that e-mail address.",
|
'user' => 'We can\'t find a user with that e-mail address.',
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user