[Glitch] Profile editing: Add singular to translated string

Port 3ed16489d0 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo
2026-02-24 11:04:11 +01:00
committed by Claire
parent 5a5560ca45
commit 2369b90673

View File

@@ -96,7 +96,7 @@ function renderTag(tag: ApiFeaturedTagJSON) {
{tag.statuses_count > 0 && (
<FormattedMessage
id='account_edit_tags.tag_status_count'
defaultMessage='{count} posts'
defaultMessage='{count, plural, one {# post} other {# posts}}'
values={{ count: tag.statuses_count }}
tagName='p'
/>