diff --git a/lib/who_need_help_web/controllers/user_registration_html/sent.html.heex b/lib/who_need_help_web/controllers/user_registration_html/sent.html.heex
index d6cceb1..756ec60 100644
--- a/lib/who_need_help_web/controllers/user_registration_html/sent.html.heex
+++ b/lib/who_need_help_web/controllers/user_registration_html/sent.html.heex
@@ -6,7 +6,17 @@
-
+
+ <.icon name="hero-check-circle" class="mt-0.5 size-6 shrink-0" />
+
+
{gettext("Request accepted")}
+
+ {gettext("The site processed your request. Follow the email instructions if they arrive.")}
+
+
+
+
+
<.icon name="hero-envelope" class="size-6" />
@@ -31,7 +41,7 @@
{gettext("Back to log in")}
<.link navigate={~p"/users/register"} class="btn btn-outline">
- {gettext("Use another email")}
+ {gettext("Register instead")}
diff --git a/test/who_need_help_web/controllers/user_registration_controller_test.exs b/test/who_need_help_web/controllers/user_registration_controller_test.exs
index 3365dac..ad6d74f 100644
--- a/test/who_need_help_web/controllers/user_registration_controller_test.exs
+++ b/test/who_need_help_web/controllers/user_registration_controller_test.exs
@@ -35,6 +35,8 @@ defmodule WhoNeedHelpWeb.UserRegistrationControllerTest do
assert get_resp_header(conn, "cache-control") == ["no-store"]
assert response =~ "Check your email"
+ assert response =~ "Request accepted"
+ assert response =~ ~s(role="status")
assert response =~ "You do not need to enter your address again"
assert response =~ "check Spam"
assert response =~ ~p"/users/log-in"