From fa1c676c05f0c7369ed6032516fe999c2284391a Mon Sep 17 00:00:00 2001 From: Keith David Winkler Date: Sun, 15 Jul 2018 19:29:15 -0500 Subject: [PATCH] FIX: grammar/spelling error in server.en.yml (#6089) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 18038fa47c1..d4f7c9296d4 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -553,7 +553,7 @@ en: uncategorized: "Can't delete Uncategorized" has_subcategories: "Can't delete this category because it has sub-categories." topic_exists: - one: "Can't delete this category because is has 1 topic. Oldest topic is %{topic_link}." + one: "Can't delete this category because it has 1 topic. Oldest topic is %{topic_link}." other: "Can't delete this category because it has %{count} topics. Oldest topic is %{topic_link}." topic_exists_no_oldest: "Can't delete this category because topic count is %{count}." uncategorized_description: "Topics that don't need a category, or don't fit into any other existing category."