add more text replacements

This commit is contained in:
2023-03-30 21:38:56 -04:00
parent bdddf65685
commit e0e7b25bc4
15 changed files with 59 additions and 59 deletions

View File

@ -37,7 +37,7 @@ defmodule CanneryWeb.RangeLive.Index do
defp apply_action(%{assigns: %{current_user: current_user}} = socket, :edit, %{"id" => id}) do
socket
|> assign(
page_title: gettext("Edit Shot Records"),
page_title: gettext("Edit Shot Record"),
shot_record: ActivityLog.get_shot_record!(id, current_user)
)
end