From bacee6b4671fe52ec721b8dcdc60f799eb648f6f Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 25 Aug 2020 21:40:40 -0400 Subject: [PATCH] fix: missing localisation for topic move error --- public/language/en-GB/error.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json index e1f99deed4..4eb92d2d92 100644 --- a/public/language/en-GB/error.json +++ b/public/language/en-GB/error.json @@ -193,6 +193,7 @@ "no-topics-selected": "No topics selected!", "cant-move-to-same-topic": "Can't move post to same topic!", + "cant-move-topic-to-same-category": "Can't move topic to the same category!", "cannot-block-self": "You cannot block yourself!", "cannot-block-privileged": "You cannot block administrators or global moderators",