diff options
Diffstat (limited to 'views/mail')
| -rw-r--r-- | views/mail/collaborator.html.ejs | 2 | ||||
| -rw-r--r-- | views/mail/collaborator.text.ejs | 2 | ||||
| -rw-r--r-- | views/mail/welcome.html.ejs | 2 | ||||
| -rw-r--r-- | views/mail/welcome.text.ejs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/views/mail/collaborator.html.ejs b/views/mail/collaborator.html.ejs index 2a08a1c..c4832d1 100644 --- a/views/mail/collaborator.html.ejs +++ b/views/mail/collaborator.html.ejs @@ -7,7 +7,7 @@ <p> <a href="http://vvalls.com/profile/[[- username ]]">[[- username ]]</a> has invited you to join the project - <a href="http://vvalls.com/project/[[- projectSlug ]]">[[- projectName ]]</a> on Vvalls. + <a href="http://vvalls.com/project/[[- projectSlug ]]">[[- projectName ]]</a> on VValls. </p> <p> diff --git a/views/mail/collaborator.text.ejs b/views/mail/collaborator.text.ejs index 52d39b6..2de78ad 100644 --- a/views/mail/collaborator.text.ejs +++ b/views/mail/collaborator.text.ejs @@ -1,5 +1,5 @@ -[[- username ]] has invited you to join the project [[- projectName ]] on Vvalls. +[[- username ]] has invited you to join the project [[- projectName ]] on VValls. Accept the invitation below: diff --git a/views/mail/welcome.html.ejs b/views/mail/welcome.html.ejs index b2c329f..1d45faf 100644 --- a/views/mail/welcome.html.ejs +++ b/views/mail/welcome.html.ejs @@ -6,7 +6,7 @@ </p> <p> - Welcome to Vvalls, [[- username ]] + Welcome to VValls, [[- username ]] </p> <p> diff --git a/views/mail/welcome.text.ejs b/views/mail/welcome.text.ejs index 02b449b..5c0b51d 100644 --- a/views/mail/welcome.text.ejs +++ b/views/mail/welcome.text.ejs @@ -1,4 +1,4 @@ -Welcome to Vvalls, [[- username ]] +Welcome to VValls, [[- username ]] http://www.vvalls.com |
