From acd2720372837efca09d8ef11d13217be0b33d32 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 13 Oct 2021 23:50:17 -0400 Subject: [PATCH] Add messages for chapter --- public/_locales/en/messages.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3848137c..e63b0f06 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -578,6 +578,12 @@ "category_poi_highlight_description": { "message": "The part of the video that most people are looking for. Similar to \"Video starts at x\" comments." }, + "category_chapter": { + "message": "Chapter" + }, + "category_chapter_description": { + "message": "Custom named chapters describing major sections of a video." + }, "category_livestream_messages": { "message": "Livestream: Donation/Message Readings" },