fix some gettexts

This commit is contained in:
2022-11-09 18:45:28 -05:00
parent 30da5bc4f7
commit 67304ae22e
20 changed files with 234 additions and 186 deletions

View File

@ -27,8 +27,8 @@
data-confirm={"#{dgettext("prompts", "Are you sure you want to unstage this ammo?")}"}
>
<%= if ammo_group.staged,
do: gettext("Unstage from range"),
else: gettext("Stage for range") %>
do: dgettext("actions", "Unstage from range"),
else: dgettext("actions", "Stage for range") %>
</button>
<.link