@ -32,7 +32,7 @@ class EditedTimestamp extends React.PureComponent {
renderHeader=items=>{
return(
<FormattedMessageid='status.edited_x_times'defaultMessage='Edited {count, plural, one {{count} time} other {{count} times}}' values={{count:items.size-1}}/>
<FormattedMessageid='status.edited_x_times'defaultMessage='Edited {count, plural, one {# time} other {# times}}' values={{count:items.size-1}}/>
@ -45,7 +45,7 @@ class Report extends ImmutablePureComponent {
<divclassName='notification__report__details'>
<div>
<RelativeTimestamptimestamp={report.get('created_at')}short={false}/>·<FormattedMessageid='report_notification.attached_statuses'defaultMessage='{count, plural, one {{count} post} other {{count} posts}} attached' values={{count:report.get('status_ids').size}}/>
<RelativeTimestamptimestamp={report.get('created_at')}short={false}/>·<FormattedMessageid='report_notification.attached_statuses'defaultMessage='{count, plural, one {# post} other {# posts}} attached' values={{count:report.get('status_ids').size}}/>
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.'},
revealAll:{id:'status.show_more_all',defaultMessage:'Show more for all'},
hideAll:{id:'status.show_less_all',defaultMessage:'Show less for all'},
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {{attachmentCount} attachments}}' },
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}' },
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},