diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl index 4aa355468..b33469095 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-acctCreatedEmail.ftl @@ -2,7 +2,7 @@ <#-- 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> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-confirmEmailChangedEmail.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-confirmEmailChangedEmail.ftl index 9acec6fcf..efe4dcac2 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-confirmEmailChangedEmail.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-confirmEmailChangedEmail.ftl @@ -2,7 +2,7 @@ <#-- 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> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternalEmail.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternalEmail.ftl index 434c65851..a7b6cae83 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternalEmail.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-firstTimeExternalEmail.ftl @@ -2,7 +2,7 @@ <#-- 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> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail.ftl index a99c51e08..4177027ab 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordCreatedEmail.ftl @@ -2,7 +2,7 @@ <#-- Confirmation that an password has been created. --> -<#assign subject = "Password successfully created." /> +<#assign subject = "Your ${siteName} password has successfully been created." /> <#assign html> diff --git a/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordResetCompleteEmail.ftl b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordResetCompleteEmail.ftl index 6650ccd8e..8fd529c79 100644 --- a/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordResetCompleteEmail.ftl +++ b/webapp/web/templates/freemarker/body/accounts/userAccounts-passwordResetCompleteEmail.ftl @@ -2,7 +2,7 @@ <#-- Confirmation that a password has been reset. --> -<#assign subject = "Password changed." /> +<#assign subject = "Your ${siteName} password changed." /> <#assign html>