diff --git a/priv/templates/phx.gen.auth/login_live_test.exs.eex b/priv/templates/phx.gen.auth/login_live_test.exs.eex index 46240429c4..b5d564af4d 100644 --- a/priv/templates/phx.gen.auth/login_live_test.exs.eex +++ b/priv/templates/phx.gen.auth/login_live_test.exs.eex @@ -9,7 +9,7 @@ defmodule <%= inspect context.web_module %>.<%= inspect Module.concat(schema.web {:ok, _lv, html} = live(conn, ~p"<%= schema.route_prefix %>/log-in") assert html =~ "Log in" - assert html =~ "Register" + assert html =~ "Sign up" assert html =~ "Log in with email" end end