mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
I can haz some grammar
This commit is contained in:
parent
7fcdf68296
commit
a73a869d03
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ Thank you
|
||||||
|
|
||||||
|
|
||||||
templates.verifyEmailToJoinTeam =
|
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
|
layout: BaseWithHeaderEmailLayout
|
||||||
type:"notification"
|
type:"notification"
|
||||||
plainTextTemplate: _.template """
|
plainTextTemplate: _.template """
|
||||||
|
@ -135,7 +135,7 @@ Thank You
|
||||||
"""
|
"""
|
||||||
compiledTemplate: (opts) ->
|
compiledTemplate: (opts) ->
|
||||||
SingleCTAEmailBody({
|
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,"
|
greeting: "Hi,"
|
||||||
message: "please verify your email to join the team and get your free premium account"
|
message: "please verify your email to join the team and get your free premium account"
|
||||||
secondaryMessage: null
|
secondaryMessage: null
|
||||||
|
|
Loading…
Reference in a new issue