diff --git a/public/language/en-GB/global.json b/public/language/en-GB/global.json index de6523f283..ba05522492 100644 --- a/public/language/en-GB/global.json +++ b/public/language/en-GB/global.json @@ -46,9 +46,11 @@ "header.account": "Account", "header.navigation": "Navigation", "header.manage": "Manage", + "header.drafts": "Drafts", "notifications.loading": "Loading Notifications", "chats.loading": "Loading Chats", + "drafts.loading": "Loading Drafts", "motd.welcome": "Welcome to NodeBB, the discussion platform of the future.", diff --git a/public/language/en-GB/modules.json b/public/language/en-GB/modules.json index 7abfb54d39..5806469a8c 100644 --- a/public/language/en-GB/modules.json +++ b/public/language/en-GB/modules.json @@ -67,7 +67,7 @@ "composer.schedule-time": "Time", "composer.cancel-scheduling": "Cancel Scheduling", "composer.set-schedule-date": "Set Date", - + "composer.discard-all-drafts": "Discard All", "bootbox.ok": "OK", "bootbox.cancel": "Cancel",