mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-09 02:10:34 +00:00
♿️(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:
@@ -9,7 +9,7 @@
|
||||
align="center"
|
||||
src="{{logo_img}}"
|
||||
width="320px"
|
||||
alt="{%trans 'Logo email' %}"
|
||||
alt="{%trans 'Logo email' %} {{brandname}}"
|
||||
/>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
|
||||
Reference in New Issue
Block a user