Rename "Sign in" to "Login"
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
type="submit"
|
type="submit"
|
||||||
class="flex w-full justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
|
class="flex w-full justify-center rounded-md bg-indigo-600 px-3 py-1.5 text-sm font-semibold leading-6 text-white hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
|
||||||
>
|
>
|
||||||
<%= gettext("Sign in") %>
|
<%= gettext("Login") %>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</.form>
|
</.form>
|
||||||
|
|||||||
@@ -36,11 +36,6 @@ msgstr ""
|
|||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/music_library_web/controllers/session_html/new.html.heex:29
|
|
||||||
#, elixir-autogen, elixir-format
|
|
||||||
msgid "Sign in"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: lib/music_library_web/components/core_components.ex:167
|
#: lib/music_library_web/components/core_components.ex:167
|
||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Something went wrong!"
|
msgid "Something went wrong!"
|
||||||
@@ -330,3 +325,8 @@ msgstr ""
|
|||||||
#, elixir-autogen, elixir-format
|
#, elixir-autogen, elixir-format
|
||||||
msgid "Wishlist"
|
msgid "Wishlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: lib/music_library_web/controllers/session_html/new.html.heex:29
|
||||||
|
#, elixir-autogen, elixir-format
|
||||||
|
msgid "Login"
|
||||||
|
msgstr ""
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ defmodule MusicLibraryWeb.SessionControllerTest do
|
|||||||
response = html_response(conn, 200)
|
response = html_response(conn, 200)
|
||||||
assert response =~ "Welcome to your Music Library"
|
assert response =~ "Welcome to your Music Library"
|
||||||
assert response =~ "Password"
|
assert response =~ "Password"
|
||||||
assert response =~ "Sign in"
|
assert response =~ "Login"
|
||||||
end
|
end
|
||||||
|
|
||||||
test "it resets the session", %{conn: conn} do
|
test "it resets the session", %{conn: conn} do
|
||||||
|
|||||||
Reference in New Issue
Block a user