diff options
author | Ajay Ramachandran <[email protected]> | 2020-04-09 16:40:42 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-04-09 16:40:42 -0400 |
commit | 74a4ef0692add473ada9e7da95ac7c579fd26ea5 (patch) | |
tree | 5b828eea007266ef4a4fee60618b92eea567415e | |
parent | 2d55ea0fc576bfe25a1c0ca76c35a512b005e013 (diff) | |
download | SponsorBlock-74a4ef0692add473ada9e7da95ac7c579fd26ea5.tar.gz SponsorBlock-74a4ef0692add473ada9e7da95ac7c579fd26ea5.zip |
Changed name of merch category
-rw-r--r-- | config.json.example | 2 | ||||
-rw-r--r-- | public/_locales/en/messages.json | 4 | ||||
-rw-r--r-- | src/js-components/previewBar.ts | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/config.json.example b/config.json.example index 451d8c14..0919d30e 100644 --- a/config.json.example +++ b/config.json.example @@ -2,5 +2,5 @@ "serverAddress": "https://sponsor.ajay.app", "testingServerAddress": "https://sponsor.ajay.app/test", "serverAddressComment": "This specifies the default SponsorBlock server to conect to", - "categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise", "offtopic"] + "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "offtopic"] } diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 5b09d93c..63d35ae4 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -502,8 +502,8 @@ "category_interaction": { "message": "Interaction (Redundant Like, Subscribe, Follow, etc.)" }, - "category_merchandise": { - "message": "Merchandise and self-promotion" + "category_selfpromo": { + "message": "Self-Promotion and Merchandise" }, "category_offtopic": { "message": "Offtopic tangent (Subjective)" diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 3eb8a5e6..1faabbda 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -42,11 +42,11 @@ let barTypes = { color: "#6c0087", opacity: "0.7" }, - "merchandise": { + "selfpromo": { color: "#ffff00", opacity: "0.7" }, - "preview-merchandise": { + "preview-selfpromo": { color: "#bfbf35", opacity: "0.7" }, |