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:
Claire 2026-04-01 19:41:34 +02:00
parent 73caee93c2
commit 3e71b4baef

View File

@ -72,7 +72,7 @@ const messages = defineMessages({
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}}' },
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 = () => {