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

@ -77,7 +77,7 @@ defmodule CanneryWeb.Components.MoveAmmoGroupComponent do
~H"""
<div class="w-full flex flex-col space-y-8 justify-center items-center">
<h2 class="mb-8 text-center title text-xl text-primary-600">
<%= gettext("Move ammo") %>
<%= dgettext("actions", "Move ammo") %>
</h2>
<%= if @containers |> Enum.empty?() do %>