NIHVIVO-2280: Used ${siteName} in all email subject lines
This commit is contained in:
parent
49a10ec36f
commit
c0dbfafab8
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#-- Confirmation that an account has been created. -->
|
<#-- Confirmation that an account has been created. -->
|
||||||
|
|
||||||
<#assign subject = "Your VIVO account has been created." />
|
<#assign subject = "Your ${siteName} account has been created." />
|
||||||
|
|
||||||
<#assign html>
|
<#assign html>
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#-- Confirmation that the user has changed his email account. -->
|
<#-- Confirmation that the user has changed his email account. -->
|
||||||
|
|
||||||
<#assign subject = "Your VIVO email account has been changed." />
|
<#assign subject = "Your ${siteName} email account has been changed." />
|
||||||
|
|
||||||
<#assign html>
|
<#assign html>
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#-- Confirmation that an account has been created for an externally-authenticated user. -->
|
<#-- Confirmation that an account has been created for an externally-authenticated user. -->
|
||||||
|
|
||||||
<#assign subject = "Your VIVO account has been created." />
|
<#assign subject = "Your ${siteName} account has been created." />
|
||||||
|
|
||||||
<#assign html>
|
<#assign html>
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#-- Confirmation that an password has been created. -->
|
<#-- Confirmation that an password has been created. -->
|
||||||
|
|
||||||
<#assign subject = "Password successfully created." />
|
<#assign subject = "Your ${siteName} password has successfully been created." />
|
||||||
|
|
||||||
<#assign html>
|
<#assign html>
|
||||||
<html>
|
<html>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<#-- Confirmation that a password has been reset. -->
|
<#-- Confirmation that a password has been reset. -->
|
||||||
|
|
||||||
<#assign subject = "Password changed." />
|
<#assign subject = "Your ${siteName} password changed." />
|
||||||
|
|
||||||
<#assign html>
|
<#assign html>
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue