diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-09-04 19:53:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 19:53:02 +0200 |
commit | 593d64d935cad2a3b4c039ba511f1a5a15c6b756 (patch) | |
tree | 9cec38f80392b55eebae4ad1c38cbcd3469423e0 /apps/settings/tests | |
parent | 5483d02b5e3ef8d20054d3d0332d82a8a3dbd5b0 (diff) | |
parent | 442af8c5d57797bf255db036c8c04ab48f36c3a1 (diff) | |
download | nextcloud-server-593d64d935cad2a3b4c039ba511f1a5a15c6b756.tar.gz nextcloud-server-593d64d935cad2a3b4c039ba511f1a5a15c6b756.zip |
Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-mail-message-take-2
Diffstat (limited to 'apps/settings/tests')
-rw-r--r-- | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 3d45b9e2ff8..8060b69da04 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -601,6 +601,7 @@ Welcome to your TestCloud account, you can add, protect, and share your data. Your username is: john + Go to TestCloud: https://example.com/ Install Client: https://nextcloud.com/install/#install-clients @@ -819,6 +820,7 @@ Welcome aboard John Doe Welcome to your TestCloud account, you can add, protect, and share your data. + Go to TestCloud: https://example.com/ Install Client: https://nextcloud.com/install/#install-clients |