From f0a9bf8fad1f369ac7005ee17f8a8684442c6be8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 13 Sep 2020 16:54:06 -0400 Subject: [PATCH 1/3] Fix music warning text --- public/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index 7f26105a..ab07ddd0 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -590,7 +590,7 @@ "message": "Wrong Category" }, "nonMusicCategoryOnMusic": { - "message": "This video is categorized as music. Are you sure you this has a sponsor? If this is actually a \"Non-Music segment\", open up the extension options and enable this category. Then, you can submit this segment as \"Non-Music\" instead of sponsor. Please read the guidelines if you are confused." + "message": "This video is categorized as music. Are you sure this has a sponsor? If this is actually a \"Non-Music segment\", open up the extension options and enable this category. Then, you can submit this segment as \"Non-Music\" instead of sponsor. Please read the guidelines if you are confused." }, "multipleSegments": { "message": "Multiple Segments" From 0ad68b899ea0c8e80a0347d9c36bb6b7adadd742 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 13 Sep 2020 16:56:27 -0400 Subject: [PATCH 2/3] Fix typo in address incorrect error --- public/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index ab07ddd0..668504da 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -386,7 +386,7 @@ "message": "Reset" }, "customAddressError": { - "message": "This address is not in the right form. Make sure you have http:// or https:// at the begining and no trailing slashes." + "message": "This address is not in the right form. Make sure you have http:// or https:// at the beginning and no trailing slashes." }, "areYouSureReset": { "message": "Are you sure you would like to reset this?" From 70a86e5a11320a96862989857c199f5f14a8a37b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 15 Sep 2020 10:26:46 -0400 Subject: [PATCH 3/3] Don't unpause for inspect --- src/components/SponsorTimeEditComponent.tsx | 2 +- src/content.ts | 4 ++-- src/types.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index f707d91b..0f608027 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -365,7 +365,7 @@ class SponsorTimeEditComponent extends React.Component void, changeStartSponsorButton: (showStartSponsor: any, uploadButtonVisible: any) => Promise, - previewTime: (time: number) => void, + previewTime: (time: number, unpause?: boolean) => void, videoInfo: any, getRealCurrentTime: () => number }