mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: topic_exists_no_oldest translation
This commit is contained in:
parent
8bde019910
commit
7c898f2e61
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue