PATH:
home
/
rwabteecom
/
public_html
/
lang
/
vi
/
Editing: passwords.php
<?php return [ /* |-------------------------------------------------------------------------- | Password Reset Language Lines |-------------------------------------------------------------------------- | | The following language lines are the default lines which match reasons | that are given by the password broker for a password update attempt | has failed, such as for an invalid token or invalid new password. | */ 'reset' => 'Mật khẩu của bạn đã được đặt lại!', 'sent' => 'Chúng tôi đã gửi liên kết đặt lại mật khẩu của bạn qua email!', 'throttled' => 'Vui lòng đợi trước khi thử lại.', 'token' => 'Mã đặt lại mật khẩu này không hợp lệ.', 'user' => 'Chúng tôi không thể tìm thấy người dùng với địa chỉ email đó.', ];
SAVE
CANCEL