diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-29 20:49:16 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-29 20:49:16 -0400 |
commit | 17437870e799a480585ea6c01703f805d889bc58 (patch) | |
tree | 6538c5886f7effd8eb5f3f80e3491ee73157e516 | |
parent | 2373b3406787c38b68a9acbf9fa4c2e8ab1a7cf8 (diff) | |
download | SponsorBlock-17437870e799a480585ea6c01703f805d889bc58.tar.gz SponsorBlock-17437870e799a480585ea6c01703f805d889bc58.zip |
Add context to string
-rw-r--r-- | public/_locales/en/messages.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 3105f7ed..e3c22e40 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -680,6 +680,7 @@ "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" }, "voteRejectedWarning": { - "message": "Vote rejected due to a warning. Click to open a chat to resolve it, or come back later when you have time." + "message": "Vote rejected due to a warning. Click to open a chat to resolve it, or come back later when you have time.", + "description": "This is an integrated chat panel that will appearing allowing them to talk to the Discord/Matrix chat without leaving their browser." } } |