mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
FIX: grammar/spelling error in server.en.yml (#6089)
This commit is contained in:
parent
c580a39d49
commit
fa1c676c05
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ en:
|
||||||
uncategorized: "Can't delete Uncategorized"
|
uncategorized: "Can't delete Uncategorized"
|
||||||
has_subcategories: "Can't delete this category because it has sub-categories."
|
has_subcategories: "Can't delete this category because it has sub-categories."
|
||||||
topic_exists:
|
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}."
|
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}."
|
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."
|
uncategorized_description: "Topics that don't need a category, or don't fit into any other existing category."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue