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" },