From 8296738347abc93b2eba803ad4337e9f76375110 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 19 Mar 2026 14:56:32 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(backend)=20improve=20logo=20?= =?UTF-8?q?access=20in=20screen=20recording=20email=20notification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the logo alternative text to include the brand name instead of a generic "logo image" description. Use a more descriptive value such as "Logo LaSuite Meet" to better convey the content to screen reader users. It closes #1092 --- CHANGELOG.md | 1 + src/mail/mjml/screen_recording.mjml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22010024..eed02dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to - ♿️(fronted) improve button descriptions for More tools actions #1184 - 💄(spinner) enforce spinner height #1183 - 💄(custom-background) add upload indicator with preview #1183 +- ♿️(backend) improve logo accessibility in recording email notification #1092 ### Fixed diff --git a/src/mail/mjml/screen_recording.mjml b/src/mail/mjml/screen_recording.mjml index 75c69933..24d23eb5 100644 --- a/src/mail/mjml/screen_recording.mjml +++ b/src/mail/mjml/screen_recording.mjml @@ -9,7 +9,7 @@ align="center" src="{{logo_img}}" width="320px" - alt="{%trans 'Logo email' %}" + alt="{%trans 'Logo email' %} {{brandname}}" />