[Glitch] Profile editing: Add singular to translated string
Port 3ed16489d05d701e62be5038adbe2891c1a3ac1d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
5a5560ca45
commit
2369b90673
@ -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'
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user