diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-09 09:24:35 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-11-09 09:27:38 +0100 |
commit | a0aef6ab1b7e0af45c706073285f06925bdb237b (patch) | |
tree | 1ad1c28b18311ff6ba33085f7a41319f3bf68620 /lib | |
parent | aa525d89e889216d17185a6934699a8f8ba7aa91 (diff) | |
download | nextcloud-server-a0aef6ab1b7e0af45c706073285f06925bdb237b.tar.gz nextcloud-server-a0aef6ab1b7e0af45c706073285f06925bdb237b.zip |
Fix welcome text for better grammar in themed instances
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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', |