From 671a31114b3dc7463f3c6a046d3b2c6627dc29ed Mon Sep 17 00:00:00 2001 From: Theophile Sandoz Date: Thu, 2 May 2024 11:28:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Change=20the=20election=20announ?= =?UTF-8?q?cing=20period=20notification=20copy=20(#4847)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the election announcing period notification copy --- packages/server/src/notifier/model/email/election.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/notifier/model/email/election.ts b/packages/server/src/notifier/model/email/election.ts index 524d4a222c..6d0f4e14e3 100644 --- a/packages/server/src/notifier/model/email/election.ts +++ b/packages/server/src/notifier/model/email/election.ts @@ -13,7 +13,7 @@ export const fromElectionAnnouncingStartedNotification: EmailFromNotificationFn html: renderPioneerEmail({ memberHandle: member.name, summary: 'New election started.', - text: 'New Joystream council has just been elected and announcing period for the next election has started. Follow the link below to announce your candidacy.', + text: 'New election announcing period has just started. Follow the link below to announce your candidacy.', button: { label: 'See on Pioneer', href: `${PIONEER_URL}/#/election`,