From 2ce5e4aa96408a26c3d9340053c97a971a51cd6d Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Wed, 11 Mar 2026 09:18:26 +0100 Subject: [PATCH 1/3] feat: update translation for author_confirmation_proposal_event email_intro key --- config/locales/en.yml | 2 +- config/locales/fr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index dc0d31831e..78af93b515 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -114,7 +114,7 @@ en: events: proposals: author_confirmation_proposal_event: - email_intro: 'Your proposal " %{resource_title} " was successfully received and is now public. Thank you for participating ! You can view it here:' + email_intro: 'Your proposal " %{resource_title} " is live. Thank you for participating ! You can view it here:' email_outro: You received this notification because you are the author of the proposal. You can unfollow it by visiting the proposal page (" %{resource_title} ") and clicking on " Unfollow ". email_subject: Your proposal has been published! notification_title: Your proposal %{resource_title} is now live. diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 1b95e2180c..10235a0180 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -122,7 +122,7 @@ fr: events: proposals: author_confirmation_proposal_event: - email_intro: 'Votre proposition « %{resource_title} » a été reçue avec succès et est maintenant publique. Merci pour votre participation ! Vous pouvez la consulter ici :' + email_intro: 'Votre proposition « %{resource_title} » est en ligne. Merci pour votre participation ! Vous pouvez la consulter ici :' email_outro: Vous recevez cette notification car vous êtes l’auteur de la proposition. Vous pouvez vous désabonner en visitant la page de la proposition (« %{resource_title} ») et en cliquant sur « Ne plus suivre ». email_subject: Votre proposition a été publiée ! notification_title: Votre proposition %{resource_title} est maintenant en ligne. From 412f5fad226ac4cab61f9b1b019fe56ef351ce8b Mon Sep 17 00:00:00 2001 From: AyakorK Date: Fri, 20 Mar 2026 16:05:25 +0100 Subject: [PATCH 2/3] fix: Change the banner color of CTA email template --- app/cells/decidim/newsletter_templates/image_text_cta/show.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/cells/decidim/newsletter_templates/image_text_cta/show.erb b/app/cells/decidim/newsletter_templates/image_text_cta/show.erb index dc5709d6bd..3f22bf89cf 100644 --- a/app/cells/decidim/newsletter_templates/image_text_cta/show.erb +++ b/app/cells/decidim/newsletter_templates/image_text_cta/show.erb @@ -3,6 +3,9 @@ table.button table td { background: <%= organization_primary_color %> !important } + .decidim-bar, th.decidim-bar, td.decidim-bar { + background-color: #FFFFFF !important; + } <% end %> From cfede4a112c015589310777c6e3e91ee87cefdd5 Mon Sep 17 00:00:00 2001 From: AyakorK Date: Mon, 23 Mar 2026 11:50:54 +0100 Subject: [PATCH 3/3] fix: Add header fix to basic template --- .../decidim/newsletter_templates/basic_only_text/show.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/cells/decidim/newsletter_templates/basic_only_text/show.erb b/app/cells/decidim/newsletter_templates/basic_only_text/show.erb index 795431d9b7..2b0928ade3 100644 --- a/app/cells/decidim/newsletter_templates/basic_only_text/show.erb +++ b/app/cells/decidim/newsletter_templates/basic_only_text/show.erb @@ -1,3 +1,9 @@ + +