diff options
author | Ajay <[email protected]> | 2022-08-28 23:38:40 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-08-28 23:38:40 -0400 |
commit | 901d6e6c9279dbd0d5b4dadb8d54deceffe7be18 (patch) | |
tree | feb8f4e9f88b3ab175eae967243cc1511267608e /public/_locales/en | |
parent | 42d76cf2579968116473cdc24b70d18f84277b66 (diff) | |
download | SponsorBlock-901d6e6c9279dbd0d5b4dadb8d54deceffe7be18.tar.gz SponsorBlock-901d6e6c9279dbd0d5b4dadb8d54deceffe7be18.zip |
Add voting for chapters
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 6cdeb506..ab6c4e4c 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -865,6 +865,13 @@ "downvoteDescription": { "message": "Incorrect/Wrong Timing" }, + "incorrectVote": { + "message": "Incorrect" + }, + "harmfulVote": { + "message": "Harmful", + "description": "Used for chapter segments when the text is harmful/offensive to remove it faster" + }, "incorrectCategory": { "message": "Change Category" }, |