Rename "Sign in" to "Login"

This commit is contained in:
Claudio Ortolina
2024-10-22 13:37:48 +01:00
parent 93cd1330a2
commit 913694b380
3 changed files with 7 additions and 7 deletions
@@ -9,7 +9,7 @@ defmodule MusicLibraryWeb.SessionControllerTest do
response = html_response(conn, 200)
assert response =~ "Welcome to your Music Library"
assert response =~ "Password"
assert response =~ "Sign in"
assert response =~ "Login"
end
test "it resets the session", %{conn: conn} do