Skip to content

🐛(backend) add link to "Open" text in recording email#1101

Open
UGilfoyle wants to merge 1 commit intosuitenumerique:mainfrom
UGilfoyle:fix/recording-email-open-link
Open

🐛(backend) add link to "Open" text in recording email#1101
UGilfoyle wants to merge 1 commit intosuitenumerique:mainfrom
UGilfoyle:fix/recording-email-open-link

Conversation

@UGilfoyle
Copy link
Copy Markdown

@UGilfoyle UGilfoyle commented Mar 5, 2026

Purpose

The "Open" text in step 1 of the recording notification email instructions was plain text — not a clickable link. Users whose email clients didn't properly render the button below had no way to access their recording from the instructions.

Fixes the issue where the email says "Click the Open button below" but "Open" itself wasn't linked.

Proposal

  • Wrapped "Open" in step 1 with an <a href="{{link}}"> tag in the MJML source template

  • Changed wording from "button" to "link" to reflect the new behavior

  • Updated all 4 locale translation files (en, fr, de, nl)

  • Rebuilt compiled HTML and plain text templates

  • MJML source template updated

  • Locale files updated (en, fr, de, nl)

  • Templates rebuilt via npm run build

  • Changelog entry added

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).
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 5, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant