Use full details instead of learn more

This commit is contained in:
Ajay
2022-05-31 02:55:32 -04:00
parent 1409c563e2
commit fd75a33e50
2 changed files with 5 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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])
}, },
{ {