#145 - update locale path (#148)

This commit is contained in:
Adrian Hopek
2022-05-18 09:05:17 +02:00
committed by GitHub
parent 431262dfb7
commit a3b8b18384
10 changed files with 1 additions and 1 deletions

11
lang/en/passwords.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
"reset" => "Your password has been reset!",
"sent" => "We have emailed your password reset link!",
"throttled" => "Please wait before retrying.",
"token" => "This password reset token is invalid.",
"user" => "We can't find a user with that email address.",
];