mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 12:31:02 +00:00
forgot this file
This commit is contained in:
parent
698eda739e
commit
952faeeb31
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Poche
|
|||
}
|
||||
} else {
|
||||
Tools::logm('The user has been created, but the server did not authorize sending emails');
|
||||
$this->messages->add('i', _('The server did not authorize sending a confirmation email'));
|
||||
$this->messages->add('i', _('The server did not authorize sending a confirmation email, but the user was created.'));
|
||||
}
|
||||
} else {
|
||||
Tools::logm('The user has been created, but no email was saved, so no confimation email was sent');
|
||||
|
|
Loading…
Reference in a new issue