diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-08 18:29:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 18:29:22 +0200 |
commit | e9c713902ec6327eb7466c8429024d168ff26f05 (patch) | |
tree | c6fed391fa7f7e58a7f503d9374533eb2ac7b17d /lib | |
parent | b6e759b028879038444d4df6c4a964d0e5a990ae (diff) | |
parent | 8e46e6b827a8433e547ae8aa3c1c8b7b753e49db (diff) | |
download | nextcloud-server-e9c713902ec6327eb7466c8429024d168ff26f05.tar.gz nextcloud-server-e9c713902ec6327eb7466c8429024d168ff26f05.zip |
Merge pull request #6417 from nextcloud/proper-english-nowhave
Improve text: 'you have now' -> 'you now have'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Mail/IEMailTemplate.php | 2 |
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', |