Skip to content

Commit

Permalink
tänk på medianerna
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansalamon committed Sep 17, 2024
1 parent 2824657 commit 335333f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/haj_web/live/apply_live/edit_info.ex
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ defmodule HajWeb.ApplyLive.EditInfo do
<.input
field={@form[:class]}
type="text"
label="Årskurs (ex D-20)"
label="Årskurs (ex D-20 eller Me-22)"
class="col-span-6 sm:col-span-2"
/>
<.input
Expand Down
2 changes: 1 addition & 1 deletion lib/haj_web/live/user_settings_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule HajWeb.UserSettingsLive do
</div>
<div class="col-span-6 sm:col-span-3">
<.form_text_input for={f} input={:class} text="Årskurs (eg D-20 eller Media-21)" />
<.form_text_input for={f} input={:class} text="Årskurs (eg D-20 eller Me-21)" />
</div>
<div class="col-span-6 sm:col-span-3">
Expand Down

0 comments on commit 335333f

Please sign in to comment.