PATH:
home
/
rwabteecom
/
public_html
/
lang
/
it
/
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' => 'La tua password è stata reimpostata!', 'sent' => 'Abbiamo inviato il link per reimpostare la password via email!', 'throttled' => 'Per favore, attendi prima di riprovare.', 'token' => 'Questo token per reimpostare la password non è valido.', 'user' => 'Non riusciamo a trovare un utente con questo indirizzo email.', ];
SAVE
CANCEL