remove punctuation from error

This commit is contained in:
2022-02-08 23:22:30 -05:00
parent 8eb956d520
commit f4d67dbeef
2 changed files with 10 additions and 10 deletions

View File

@ -104,8 +104,8 @@ defmodule Cannery.Containers do
error_string =
dngettext(
"errors",
"There is still %{amount} ammo group in this container!",
"There are still %{amount} ammo groups in this container!",
"There is still %{amount} ammo group in this container",
"There are still %{amount} ammo groups in this container",
amount
)