mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:52:49 +08:00
FIX: topic_exists_no_oldest translation
This commit is contained in:
parent
8bde019910
commit
7c898f2e61
|
@ -274,7 +274,7 @@ en:
|
|||
topic_exists:
|
||||
one: "Can't delete this category because is 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 #{category.topic_count}."
|
||||
topic_exists_no_oldest: "Can't delete this category because topic count is %{count}."
|
||||
trust_levels:
|
||||
newuser:
|
||||
title: "new user"
|
||||
|
|
Loading…
Reference in New Issue
Block a user