aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-02-14 12:36:00 +0100
committerThomas Citharel <tcit@tcit.fr>2015-02-14 12:36:00 +0100
commit952faeeb312e7461e4ca69fb236c14ee780d3fc5 (patch)
treecd074d771392bfbe84964fa54cfd30d167be663c
parent698eda739e705f5605711af927eb5e3720c7c97c (diff)
downloadwallabag-952faeeb312e7461e4ca69fb236c14ee780d3fc5.tar.gz
wallabag-952faeeb312e7461e4ca69fb236c14ee780d3fc5.tar.zst
wallabag-952faeeb312e7461e4ca69fb236c14ee780d3fc5.zip
forgot this file
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index e37d7c6c..6d4ce137 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -114,7 +114,7 @@ class Poche
114 } 114 }
115 } else { 115 } else {
116 Tools::logm('The user has been created, but the server did not authorize sending emails'); 116 Tools::logm('The user has been created, but the server did not authorize sending emails');
117 $this->messages->add('i', _('The server did not authorize sending a confirmation email')); 117 $this->messages->add('i', _('The server did not authorize sending a confirmation email, but the user was created.'));
118 } 118 }
119 } else { 119 } else {
120 Tools::logm('The user has been created, but no email was saved, so no confimation email was sent'); 120 Tools::logm('The user has been created, but no email was saved, so no confimation email was sent');