From 0125ab558e87a93e90120e6d67825a0e9091cab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 3 Feb 2026 18:58:37 -0500 Subject: [PATCH] feat: add language key for untitled topic draft https://github.com/NodeBB/NodeBB/issues/12245 --- public/language/en-GB/topic.json | 1 + 1 file changed, 1 insertion(+) diff --git a/public/language/en-GB/topic.json b/public/language/en-GB/topic.json index 7b0979f70b..47197c5235 100644 --- a/public/language/en-GB/topic.json +++ b/public/language/en-GB/topic.json @@ -204,6 +204,7 @@ "composer.replying-to": "Replying to %1", "composer.new-topic": "New Topic", "composer.editing-in": "Editing post in %1", + "composer.untitled-topic": "Untitled Topic", "composer.uploading": "uploading...", "composer.thumb-url-label": "Paste a topic thumbnail URL",