mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Use full details instead of learn more
This commit is contained in:
@@ -945,7 +945,10 @@
|
|||||||
"LearnMore": {
|
"LearnMore": {
|
||||||
"message": "Learn More"
|
"message": "Learn More"
|
||||||
},
|
},
|
||||||
"CopyDownvoteButtonInfo": {
|
"FullDetails": {
|
||||||
|
"message": "Full Details"
|
||||||
|
},
|
||||||
|
"CopyDownvoteButtonInfo": {
|
||||||
"message": "Downvotes and creates a local copy for you to resubmit"
|
"message": "Downvotes and creates a local copy for you to resubmit"
|
||||||
},
|
},
|
||||||
"OpenCategoryWikiPage": {
|
"OpenCategoryWikiPage": {
|
||||||
|
|||||||
@@ -206,7 +206,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
|
|||||||
title: chrome.i18n.getMessage(`category_${category}`),
|
title: chrome.i18n.getMessage(`category_${category}`),
|
||||||
textBoxes: getGuidelineInfo(category),
|
textBoxes: getGuidelineInfo(category),
|
||||||
buttons: [{
|
buttons: [{
|
||||||
name: chrome.i18n.getMessage("learnMore"),
|
name: chrome.i18n.getMessage("FullDetails"),
|
||||||
listener: () => window.open(CompileConfig.wikiLinks[category])
|
listener: () => window.open(CompileConfig.wikiLinks[category])
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user