UX: Improve error message when a topic cannot be moved due to category restrictions (#20900)

This commit is contained in:
Natalie Tay
2023-03-31 02:18:57 +08:00
committed by GitHub
parent 58270954b6
commit 068a36d354
3 changed files with 12 additions and 1 deletions

View File

@@ -705,6 +705,7 @@ en:
disallowed_tags_generic: "This topic has disallowed tags."
slug_contains_non_ascii_chars: "contains non-ascii characters"
is_already_in_use: "is already in use"
move_topic_to_category_disallowed: "You cannot move this topic to a category where you do not have permission to create new topics."
cannot_delete:
uncategorized: "This category is special. It is intended as a holding area for topics that have no category; it cannot be deleted."
has_subcategories: "Can't delete this category because it has sub-categories."