diff --git a/lib/shift73k_web/live/user/settings/calendar_url.html.leex b/lib/shift73k_web/live/user/settings/calendar_url.html.leex index 43afcc9f..c1d5e84f 100644 --- a/lib/shift73k_web/live/user/settings/calendar_url.html.leex +++ b/lib/shift73k_web/live/user/settings/calendar_url.html.leex @@ -1,6 +1,6 @@
-

ICS Subscribe URL

+

iCal Subscribe URL

diff --git a/lib/shift73k_web/live/user/settings/week_start.html.leex b/lib/shift73k_web/live/user/settings/week_start.html.leex index 1d5221f8..120f121c 100644 --- a/lib/shift73k_web/live/user/settings/week_start.html.leex +++ b/lib/shift73k_web/live/user/settings/week_start.html.leex @@ -4,7 +4,7 @@ <%= form_for :calendar_view, "#", [phx_change: :changed, phx_submit: :save, phx_target: @myself], fn cvf -> %> - <%= label cvf, :week_start_at, class: "form-label" %> + <%= label cvf, :week_start_at, "Week starts at", class: "form-label" %>
<%= icon_div @socket, "bi-calendar2-range", [class: "icon is-left text-muted fs-5"] %> <%= select cvf, :week_start_at, week_start_options(),