diff --git a/lib/towerops_web/controllers/user_session_html/new.html.heex b/lib/towerops_web/controllers/user_session_html/new.html.heex index 2f888bdf..b3b17180 100644 --- a/lib/towerops_web/controllers/user_session_html/new.html.heex +++ b/lib/towerops_web/controllers/user_session_html/new.html.heex @@ -65,12 +65,8 @@ {t_auth("You are running the local mail adapter.")}

- {t_auth("To see sent emails, visit %{link}.", - link: - raw( - ~s(#{t_auth("the mailbox page")}) - ) - )} + {t_auth("To see sent emails, visit")} + {t_auth("the mailbox page")}.