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"
|
one: "%{count} Like"
|
||||||
other: "%{count} Likes"
|
other: "%{count} Likes"
|
||||||
cannot_permanently_delete:
|
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."
|
wait_or_different_admin: "You must wait %{time_left} before permanently deleting this post or a different administrator must do it."
|
||||||
|
|
||||||
rate_limiter:
|
rate_limiter:
|
||||||
|
|
Loading…
Reference in New Issue