️(backend) improve logo access in screen recording email notification

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
This commit is contained in:
lebaudantoine
2026-03-19 14:56:32 +01:00
parent 04be495351
commit 8296738347
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -9,7 +9,7 @@
align="center"
src="{{logo_img}}"
width="320px"
alt="{%trans 'Logo email' %}"
alt="{%trans 'Logo email' %} {{brandname}}"
/>
</mj-column>
</mj-section>