From 3e71b4baefd86f6f00c3cdaa6df722836f8ac80f Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 1 Apr 2026 19:41:34 +0200 Subject: [PATCH] Piggy-back on upstream's translatable string Even if it's not a perfect match for the context, it's not likely to change. --- app/javascript/flavours/glitch/features/status/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/status/index.jsx b/app/javascript/flavours/glitch/features/status/index.jsx index e7b8715a22..2974328a84 100644 --- a/app/javascript/flavours/glitch/features/status/index.jsx +++ b/app/javascript/flavours/glitch/features/status/index.jsx @@ -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 = () => {