mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-11 11:17:27 +00:00
🐛(backend) add link to "Open" text in recording email
Added a hyperlink to the "Open" text in step 1 of the recording notification email instructions. Previously, "Open" was plain text and users could only access their recording via the button below. Now the text itself is a clickable link, improving accessibility for email clients that may not render the button properly. Updated MJML source template and all 4 locale files (en, fr, de, nl).
This commit is contained in:
committed by
aleb_the_flash
parent
c7ca5a621f
commit
964b3cd452
@@ -37,7 +37,7 @@
|
||||
<mj-text>
|
||||
<p>{% trans "To keep this recording permanently:" %}</p>
|
||||
<ol>
|
||||
<li>{% blocktrans %}Click the "Open" button below {% endblocktrans %}</li>
|
||||
<li>{% blocktrans %}Click the "<a href="{{link}}">Open</a>" link below {% endblocktrans %}</li>
|
||||
<li>{% blocktrans %}Use the "Download" button in the interface {% endblocktrans %}</li>
|
||||
<li>{% blocktrans %}Save the file to your preferred location{% endblocktrans %}</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user