diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-29 18:16:44 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-29 18:16:44 -0400 |
commit | 1a855a6993c1b6ccbacedeccfc56993dfb6ad124 (patch) | |
tree | 183d106f272a4a244500efe69600735c7344aba3 /public/_locales/en/messages.json | |
parent | 1656fae2d4113264400d0da4eb956fc6824fb7cf (diff) | |
download | SponsorBlock-1a855a6993c1b6ccbacedeccfc56993dfb6ad124.tar.gz SponsorBlock-1a855a6993c1b6ccbacedeccfc56993dfb6ad124.zip |
Add basic chat box when getting a warning
Diffstat (limited to 'public/_locales/en/messages.json')
-rw-r--r-- | public/_locales/en/messages.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 8a5a2b30..4a462055 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -675,5 +675,8 @@ }, "hideForever": { "message": "Hide forever" + }, + "warningChatInfo": { + "message": "You got a warning and cannot submit segments temporarily. This means that we noticed you were making some common mistakes that are not malicious, and we just want to clarify the rules. You can also join this chat using discord.gg/SponsorBlock or matrix.to/#/+sponsor:ajay.app" } } |