From 8e46e6b827a8433e547ae8aa3c1c8b7b753e49db Mon Sep 17 00:00:00 2001 From: Leon Klingele Date: Fri, 8 Sep 2017 13:47:03 +0200 Subject: Improve text: 'you have now' -> 'you now have' Signed-off-by: Leon Klingele --- lib/public/Mail/IEMailTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public/Mail') 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', -- cgit v1.2.3