mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
DEV: Update error message string (#19366)
Clarifies what admin should do when permanently deleting a topic with replies.
This commit is contained in:
parent
7bb5da55c6
commit
61924b8a2a
|
@ -727,7 +727,7 @@ en:
|
|||
one: "%{count} Like"
|
||||
other: "%{count} Likes"
|
||||
cannot_permanently_delete:
|
||||
many_posts: "You can not permanently delete this topic because there are other posts."
|
||||
many_posts: "This topic has undeleted posts. Please permanently delete them before permanently deleting the topic."
|
||||
wait_or_different_admin: "You must wait %{time_left} before permanently deleting this post or a different administrator must do it."
|
||||
|
||||
rate_limiter:
|
||||
|
|
Loading…
Reference in New Issue
Block a user