Commit db312009 authored by chrisgarrity's avatar chrisgarrity

Fix lint and don’t duplicate the ‘other’ string

parent c6f197f5
...@@ -128,7 +128,7 @@ class ReportModal extends React.Component { ...@@ -128,7 +128,7 @@ class ReportModal extends React.Component {
}, },
{ {
value: '6', value: '6',
label: this.props.intl.formatMessage({id: 'report.reasonOther'}) label: this.props.intl.formatMessage({id: 'general.other'})
} }
]} ]}
value={this.state.reason} value={this.state.reason}
......
...@@ -171,7 +171,6 @@ ...@@ -171,7 +171,6 @@
"report.reasonMusic": "Inappropriate Music", "report.reasonMusic": "Inappropriate Music",
"report.reasonImage": "Inappropriate Images", "report.reasonImage": "Inappropriate Images",
"report.reasonPersonal": "Sharing Personal Contact Information", "report.reasonPersonal": "Sharing Personal Contact Information",
"report.reasonOther": "Other",
"report.promptPlaceholder": "Select a reason why above.", "report.promptPlaceholder": "Select a reason why above.",
"report.promptCopy": "Please provide a link to the original project", "report.promptCopy": "Please provide a link to the original project",
"report.promptUncredited": "Please provide links to the uncredited content", "report.promptUncredited": "Please provide links to the uncredited content",
......
...@@ -296,9 +296,8 @@ $description-input-small: 120px; // normal $description-input - $remix-credit ...@@ -296,9 +296,8 @@ $description-input-small: 120px; // normal $description-input - $remix-credit
} }
.stats { .stats {
// width: $stage-width;
justify-content: flex-start;
line-height: 2rem; line-height: 2rem;
justify-content: flex-start;
} }
.project-loves, .project-loves,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment