towerops/lib/towerops_web/controllers/user_session_html
Graham McIntire ade7e2fe15
fix: correct mail adapter message interpolation in login page
Fixes fragmented translation that displayed raw '%{link}' placeholder text
instead of properly interpolated link in development mail adapter notice.

Changes:
- Consolidate separate translation calls into single interpolated string
- Use raw() helper to safely inject HTML link into translated text
- Update Spanish translation to include %{link} placeholder
- Extract updated translations with mix gettext.extract

Before: "To see sent emails, visit %{link}. the mailbox page."
After: "To see sent emails, visit the mailbox page." (with proper link)
2026-03-05 13:32:34 -06:00
..
confirm.html.heex i18n: wrap all user-facing strings in gettext() 2026-02-14 17:44:01 -06:00
new.html.heex fix: correct mail adapter message interpolation in login page 2026-03-05 13:32:34 -06:00
totp.html.heex fix: netbox url field type, gaiia ipRange→block, remove unknown webhook log 2026-02-14 17:44:01 -06:00