improve some wording

This commit is contained in:
2022-11-19 15:04:56 -05:00
parent dfebad713f
commit 81e448afc4
24 changed files with 117 additions and 212 deletions

View File

@ -33,7 +33,7 @@
) %>
<%= error_tag(f, :notes, "col-span-3") %>
<%= label(f, :date, gettext("Date (UTC)"), class: "title text-lg text-primary-600") %>
<%= label(f, :date, gettext("Date"), class: "title text-lg text-primary-600") %>
<%= date_input(f, :date, class: "input input-primary col-span-2") %>
<%= error_tag(f, :notes, "col-span-3") %>