I can haz some grammar

This commit is contained in:
Alberto Fernández Capel 2018-06-01 16:17:11 +01:00
parent 7fcdf68296
commit a73a869d03

View file

@ -120,7 +120,7 @@ Thank you
templates.verifyEmailToJoinTeam =
subject: _.template "<%= inviterName %> has invited you to join a #{settings.appName} team"
subject: _.template "<%= inviterName %> has invited you to join a team on #{settings.appName}"
layout: BaseWithHeaderEmailLayout
type:"notification"
plainTextTemplate: _.template """
@ -135,7 +135,7 @@ Thank You
"""
compiledTemplate: (opts) ->
SingleCTAEmailBody({
title: "#{opts.inviterName} has invited you to join a #{settings.appName} team"
title: "#{opts.inviterName} has invited you to join a team on #{settings.appName}"
greeting: "Hi,"
message: "please verify your email to join the team and get your free premium account"
secondaryMessage: null