use better domain for gettexts

This commit is contained in:
2023-03-17 21:00:24 -04:00
parent a53b352cf7
commit a01d97e360
28 changed files with 923 additions and 837 deletions

View File

@ -102,7 +102,7 @@
patch={Routes.range_index_path(Endpoint, :edit, shot_group)}
class="text-primary-600 link"
aria-label={
gettext("Edit shot record of %{shot_group_count} shots",
dgettext("actions", "Edit shot record of %{shot_group_count} shots",
shot_group_count: shot_group.count
)
}
@ -119,7 +119,7 @@
dgettext("prompts", "Are you sure you want to delete this shot record?")
}
aria-label={
gettext("Delete shot record of %{shot_group_count} shots",
dgettext("actions", "Delete shot record of %{shot_group_count} shots",
shot_group_count: shot_group.count
)
}