Piggy-back on upstream's translatable string
Even if it's not a perfect match for the context, it's not likely to change.
This commit is contained in:
parent
73caee93c2
commit
3e71b4baef
@ -72,7 +72,7 @@ const messages = defineMessages({
|
|||||||
hideAll: { id: 'status.show_less_all', defaultMessage: 'Show less 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 {# attachments}}' },
|
statusTitleWithAttachments: { id: 'status.title.with_attachments', defaultMessage: '{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}' },
|
||||||
detailedStatus: { id: 'status.detailed_status', defaultMessage: 'Detailed conversation view' },
|
detailedStatus: { id: 'status.detailed_status', defaultMessage: 'Detailed conversation view' },
|
||||||
tootHeading: { id: 'account.posts_with_replies', defaultMessage: 'Posts and replies' },
|
tootHeading: { id: 'account.filters.posts_replies', defaultMessage: 'Posts and replies' },
|
||||||
});
|
});
|
||||||
|
|
||||||
const makeMapStateToProps = () => {
|
const makeMapStateToProps = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user