summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-11-09 09:24:35 +0100
committerMorris Jobke <hey@morrisjobke.de>2017-11-09 09:27:38 +0100
commita0aef6ab1b7e0af45c706073285f06925bdb237b (patch)
tree1ad1c28b18311ff6ba33085f7a41319f3bf68620 /lib
parentaa525d89e889216d17185a6934699a8f8ba7aa91 (diff)
downloadnextcloud-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.php2
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',