From 46ef8dadade25905d3c78713c1c5113d0cf015bc Mon Sep 17 00:00:00 2001 From: Aravind Mandyam Devashikamani Date: Wed, 4 Mar 2020 14:37:11 -0800 Subject: [PATCH 1/2] fix(swabbie): Update cleanup email subject line --- .../src/main/resources/templates/swabbie/subject.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo-notifications/src/main/resources/templates/swabbie/subject.ftl b/echo-notifications/src/main/resources/templates/swabbie/subject.ftl index 37f401b50..c8374ec13 100644 --- a/echo-notifications/src/main/resources/templates/swabbie/subject.ftl +++ b/echo-notifications/src/main/resources/templates/swabbie/subject.ftl @@ -1 +1 @@ -[Cleanup] ${notification.additionalContext.resourceType}s scheduled for deletion +[Action Required][Cleanup] ${notification.additionalContext.resourceType}s scheduled for deletion From 24a1870401d6c70c9b2f13774bf022dfeeb6b972 Mon Sep 17 00:00:00 2001 From: Aravind Mandyam Devashikamani Date: Wed, 4 Mar 2020 14:49:38 -0800 Subject: [PATCH 2/2] fix(swabbie): Update cleanup email subject line --- .../src/main/resources/templates/swabbie/subject.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo-notifications/src/main/resources/templates/swabbie/subject.ftl b/echo-notifications/src/main/resources/templates/swabbie/subject.ftl index c8374ec13..af4965b0d 100644 --- a/echo-notifications/src/main/resources/templates/swabbie/subject.ftl +++ b/echo-notifications/src/main/resources/templates/swabbie/subject.ftl @@ -1 +1 @@ -[Action Required][Cleanup] ${notification.additionalContext.resourceType}s scheduled for deletion +[Action Required: Cleanup] ${notification.additionalContext.resourceType}s scheduled for deletion