From 5281b845215aa9be2a27b11db44d86eb91c81003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 23 Mar 2018 14:27:14 -0400 Subject: [PATCH] add missing translation --- public/language/en-GB/error.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json index 14842a1507..260c397de6 100644 --- a/public/language/en-GB/error.json +++ b/public/language/en-GB/error.json @@ -175,5 +175,6 @@ "invalid-session": "Session Mismatch", "invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.", - "no-topics-selected": "No topics selected!" + "no-topics-selected": "No topics selected!", + "cant-move-to-same-topic": "Can't move post to same topic!" }