Commit 71521e2a authored by picklesrus's avatar picklesrus

Fix lint and update text.

parent fe9d9078
......@@ -170,7 +170,7 @@ class ComposeComment extends React.Component {
{this.isMuted() ? (
<FlexRow className="comment">
<CommentingStatus>
<p>Scratch thinks your comment was disrespectful.</p>
<p>Scratch thinks your most recent comment was disrespectful.</p>
<p>
For the next {this.convertToMinutesFromNow(this.state.muteExpiresAt)} minutes you
won&apos;t be able to post comments.
......@@ -189,7 +189,7 @@ class ComposeComment extends React.Component {
className={classNames('flex-row',
'comment',
this.state.status === ComposeStatus.REJECTED_MUTE ?
'compose-disabled' : '')}
'compose-disabled' : '')}
>
<a href={`/users/${this.props.user.username}`}>
<Avatar src={this.props.user.thumbnailUrl} />
......
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