Enable formatjs/prefer-pound-in-plural (#24622)
This commit is contained in:
parent
290e4aba31
commit
2daa5a1549
8 changed files with 60 additions and 56 deletions
|
@ -45,7 +45,7 @@ class Report extends ImmutablePureComponent {
|
|||
|
||||
<div className='notification__report__details'>
|
||||
<div>
|
||||
<RelativeTimestamp timestamp={report.get('created_at')} short={false} /> · <FormattedMessage id='report_notification.attached_statuses' defaultMessage='{count, plural, one {{count} post} other {{count} posts}} attached' values={{ count: report.get('status_ids').size }} />
|
||||
<RelativeTimestamp timestamp={report.get('created_at')} short={false} /> · <FormattedMessage id='report_notification.attached_statuses' defaultMessage='{count, plural, one {# post} other {# posts}} attached' values={{ count: report.get('status_ids').size }} />
|
||||
<br />
|
||||
<strong>{intl.formatMessage(messages[report.get('category')])}</strong>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue