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';