Skip to content

Commit

Permalink
Changed name of merch category
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Apr 9, 2020
1 parent 2d55ea0 commit 74a4ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
4 changes: 2 additions & 2 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
4 changes: 2 additions & 2 deletions src/js-components/previewBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 74a4ef0

Please sign in to comment.