NIHVIVO-2280: Used ${siteName} in all email subject lines

This commit is contained in:
manolobevia 2011-07-06 19:26:42 +00:00
parent 49a10ec36f
commit c0dbfafab8
5 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>