From 17184bface5a319bd4b48ed9a7a89ae736401ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 9 Mar 2021 13:13:58 -0500 Subject: [PATCH] feat: add missing translation keys --- public/language/en-GB/topic.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index 069088dc4f..4b381737fd 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -1,5 +1,6 @@ { "topic": "Topic", + "title": "Title", "no_topics_found": "No topics found!", "no_posts_found": "No posts found!", @@ -129,6 +130,7 @@ "move_post": "Move Post", "post_moved": "Post moved!", "fork_topic": "Fork Topic", + "enter-new-topic-title": "Enter new topic title", "fork_topic_instruction": "Click the posts you want to fork", "fork_no_pids": "No posts selected!", "no-posts-selected": "No posts selected!",