mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix lint and don’t duplicate the ‘other’ string
This commit is contained in:
parent
c6f197f576
commit
db3120091d
3 changed files with 2 additions and 4 deletions
|
@ -128,7 +128,7 @@ class ReportModal extends React.Component {
|
|||
},
|
||||
{
|
||||
value: '6',
|
||||
label: this.props.intl.formatMessage({id: 'report.reasonOther'})
|
||||
label: this.props.intl.formatMessage({id: 'general.other'})
|
||||
}
|
||||
]}
|
||||
value={this.state.reason}
|
||||
|
|
|
@ -171,7 +171,6 @@
|
|||
"report.reasonMusic": "Inappropriate Music",
|
||||
"report.reasonImage": "Inappropriate Images",
|
||||
"report.reasonPersonal": "Sharing Personal Contact Information",
|
||||
"report.reasonOther": "Other",
|
||||
"report.promptPlaceholder": "Select a reason why above.",
|
||||
"report.promptCopy": "Please provide a link to the original project",
|
||||
"report.promptUncredited": "Please provide links to the uncredited content",
|
||||
|
|
|
@ -296,9 +296,8 @@ $description-input-small: 120px; // normal $description-input - $remix-credit
|
|||
}
|
||||
|
||||
.stats {
|
||||
// width: $stage-width;
|
||||
justify-content: flex-start;
|
||||
line-height: 2rem;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.project-loves,
|
||||
|
|
Loading…
Reference in a new issue