diff --git a/config/locales/en-meep.yml b/config/locales/en-meep.yml index b03b5616..9e3f3abd 100644 --- a/config/locales/en-meep.yml +++ b/config/locales/en-meep.yml @@ -76,7 +76,7 @@ en-meep: owned: in_list: Meep! You own %{count} of the %{item_name} in the %{list_name} list. - unlisted: eep! You own of the %{count} %{item_name}. + unlisted: Meep! You own %{count} of the %{item_name}. wanted: in_list: Meep! You want %{count} of the %{item_name} in the %{list_name} list. diff --git a/config/locales/en.yml b/config/locales/en.yml index dc685f72..713f5afa 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -77,7 +77,7 @@ en: owned: in_list: Success! You own %{count} of the %{item_name} in the %{list_name} list. - unlisted: Success! You own of the %{count} %{item_name}. + unlisted: Success! You own %{count} of the %{item_name}. wanted: in_list: Success! You want %{count} of the %{item_name} in the %{list_name} list.