From 8ed6b8c606b1e83ce51dc7ea6ba9c0079843cce8 Mon Sep 17 00:00:00 2001 From: Rob Fletcher Date: Tue, 1 Mar 2016 10:08:40 -0800 Subject: [PATCH] fix typo in email template --- .../src/main/resources/templates/appReassigned/subject.vm | 2 +- .../src/main/resources/templates/appUnknownOwner/body-email.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/echo-notifications/src/main/resources/templates/appReassigned/subject.vm b/echo-notifications/src/main/resources/templates/appReassigned/subject.vm index f961658ab..9383ab0ce 100644 --- a/echo-notifications/src/main/resources/templates/appReassigned/subject.vm +++ b/echo-notifications/src/main/resources/templates/appReassigned/subject.vm @@ -1 +1 @@ -The application $notification.additionalContext.application has been reassigned to you +The application $notification.additionalContext.application has been reassigned to $notification.additionalContext.newOwner.name diff --git a/echo-notifications/src/main/resources/templates/appUnknownOwner/body-email.vm b/echo-notifications/src/main/resources/templates/appUnknownOwner/body-email.vm index 610c6abbc..013e648e5 100644 --- a/echo-notifications/src/main/resources/templates/appUnknownOwner/body-email.vm +++ b/echo-notifications/src/main/resources/templates/appUnknownOwner/body-email.vm @@ -1 +1 @@ -The application $notification.additionalContext.application in $notification.additionalContext.accounts has an unknown owner $notification.additionalContext.newOwner.email. +The application $notification.additionalContext.application in $notification.additionalContext.accounts has an unknown owner $notification.additionalContext.previousOwner.email.