diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-09 10:03:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 10:03:59 +0100 |
commit | e6ad00b33d88b3568815bf8f8c58b67d52206b88 (patch) | |
tree | b7365b0c021d0c9d0017ab0b07c7a0ffa0279cd9 /lib | |
parent | 5d8421135e1dc95bb40794fab29aa81a5a94b426 (diff) | |
parent | a0aef6ab1b7e0af45c706073285f06925bdb237b (diff) | |
download | nextcloud-server-e6ad00b33d88b3568815bf8f8c58b67d52206b88.tar.gz nextcloud-server-e6ad00b33d88b3568815bf8f8c58b67d52206b88.zip |
Merge pull request #7117 from nextcloud/fix-welcome-string
Fix welcome text for better grammar in themed instances
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 ed727444647..3248665a7da 100644 --- a/lib/public/Mail/IEMailTemplate.php +++ b/lib/public/Mail/IEMailTemplate.php @@ -39,7 +39,7 @@ namespace OCP\Mail; * * $emailTemplate->addHeader(); * $emailTemplate->addHeading('Welcome aboard'); - * $emailTemplate->addBodyText('You now have an Nextcloud account, you can add, protect, and share your data.'); + * $emailTemplate->addBodyText('Welcome to your Nextcloud account, you can add, protect, and share your data.'); * * $emailTemplate->addBodyButtonGroup( * 'Set your password', 'https://example.org/resetPassword/q1234567890qwertz', |