Changed name of merch category

This commit is contained in:
Ajay Ramachandran
2020-04-09 16:40:42 -04:00
parent 2d55ea0fc5
commit 74a4ef0692
3 changed files with 5 additions and 5 deletions

View File

@@ -2,5 +2,5 @@
"serverAddress": "https://sponsor.ajay.app", "serverAddress": "https://sponsor.ajay.app",
"testingServerAddress": "https://sponsor.ajay.app/test", "testingServerAddress": "https://sponsor.ajay.app/test",
"serverAddressComment": "This specifies the default SponsorBlock server to conect to", "serverAddressComment": "This specifies the default SponsorBlock server to conect to",
"categoryList": ["sponsor", "intro", "outro", "interaction", "merchandise", "offtopic"] "categoryList": ["sponsor", "intro", "outro", "interaction", "selfpromo", "offtopic"]
} }

View File

@@ -502,8 +502,8 @@
"category_interaction": { "category_interaction": {
"message": "Interaction (Redundant Like, Subscribe, Follow, etc.)" "message": "Interaction (Redundant Like, Subscribe, Follow, etc.)"
}, },
"category_merchandise": { "category_selfpromo": {
"message": "Merchandise and self-promotion" "message": "Self-Promotion and Merchandise"
}, },
"category_offtopic": { "category_offtopic": {
"message": "Offtopic tangent (Subjective)" "message": "Offtopic tangent (Subjective)"

View File

@@ -42,11 +42,11 @@ let barTypes = {
color: "#6c0087", color: "#6c0087",
opacity: "0.7" opacity: "0.7"
}, },
"merchandise": { "selfpromo": {
color: "#ffff00", color: "#ffff00",
opacity: "0.7" opacity: "0.7"
}, },
"preview-merchandise": { "preview-selfpromo": {
color: "#bfbf35", color: "#bfbf35",
opacity: "0.7" opacity: "0.7"
}, },