Typo fixes
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<%= select f,
|
||||
:is_member,
|
||||
[
|
||||
"Liity jäseneksi": :false,
|
||||
"Liity jäseneksi (kertamaksu 50€)": :false,
|
||||
"Olen jo Livonsaaren Osuuspuutarhan jäsen": :true,
|
||||
]
|
||||
%>
|
||||
|
||||
@@ -23,7 +23,7 @@ defmodule OsuuspuutarhaWeb.OrderLive.Index do
|
||||
|
||||
defp apply_action(socket, :new, _params) do
|
||||
socket
|
||||
|> assign(:page_title, "Satolaatikko tilaus")
|
||||
|> assign(:page_title, "Satolaatikkotilaus")
|
||||
|> assign(:submit_text, "Lähetä")
|
||||
|> assign(:order, %Order{})
|
||||
end
|
||||
|
||||
@@ -21,7 +21,7 @@ defmodule OsuuspuutarhaWeb.OrderLive.Registration do
|
||||
|
||||
defp apply_action(socket, :new) do
|
||||
socket
|
||||
|> assign(:page_title, "Satolaatikko tilaus")
|
||||
|> assign(:page_title, "Satolaatikkotilaus")
|
||||
|> assign(:order, %Order{})
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user