From 40500e00bc82a9e18ac27d28a2439da2a08aa431 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Fri, 1 Dec 2023 14:39:16 +0200 Subject: [PATCH] Update src/lib/services/email-service.ts Co-authored-by: Thomas Heartman --- src/lib/services/email-service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/services/email-service.ts b/src/lib/services/email-service.ts index 5aa69e6f67e5..bb86ad91b2d2 100644 --- a/src/lib/services/email-service.ts +++ b/src/lib/services/email-service.ts @@ -32,7 +32,7 @@ export interface IEmailEnvelope { const RESET_MAIL_SUBJECT = 'Unleash - Reset your password'; const GETTING_STARTED_SUBJECT = 'Welcome to Unleash'; const SCHEDULED_EXECUTION_FAILED_SUBJECT = - 'Unleash - Scheduled execution failed'; + 'Unleash - Scheduled change request could not be applied'; export const MAIL_ACCEPTED = '250 Accepted';