aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorLeon Klingele <leon@struktur.de>2017-09-08 13:47:03 +0200
committerLeon Klingele <leon@struktur.de>2017-09-08 13:47:11 +0200
commit8e46e6b827a8433e547ae8aa3c1c8b7b753e49db (patch)
treead6adbc52372252fb2f1323040a3860889362ebe /lib/public
parentc58853d22374edbf4b3f3c477d3aeb960c3cbe72 (diff)
downloadnextcloud-server-8e46e6b827a8433e547ae8aa3c1c8b7b753e49db.tar.gz
nextcloud-server-8e46e6b827a8433e547ae8aa3c1c8b7b753e49db.zip
Improve text: 'you have now' -> 'you now have'
Signed-off-by: Leon Klingele <leon@struktur.de>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Mail/IEMailTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Mail/IEMailTemplate.php b/lib/public/Mail/IEMailTemplate.php
index 6c71c0c0473..04a3905c2e3 100644
--- a/lib/public/Mail/IEMailTemplate.php
+++ b/lib/public/Mail/IEMailTemplate.php
@@ -36,7 +36,7 @@ namespace OCP\Mail;
*
* $emailTemplate->addHeader();
* $emailTemplate->addHeading('Welcome aboard');
- * $emailTemplate->addBodyText('You have now an Nextcloud account, you can add, protect, and share your data.');
+ * $emailTemplate->addBodyText('You now have an Nextcloud account, you can add, protect, and share your data.');
*
* $emailTemplate->addBodyButtonGroup(
* 'Set your password', 'https://example.org/resetPassword/q1234567890qwertz',