0
0

Reword other_attachments translation string

This commit is contained in:
Claire 2024-08-30 15:30:33 +02:00
parent 502fc50939
commit e3d9b4405b
2 changed files with 3 additions and 3 deletions

View File

@ -190,8 +190,8 @@ export const EmbeddedStatus: React.FC<{ statusId: string }> = ({
<Icon icon={PhotoLibraryIcon} id='photo-library' />
{mediaAttachmentsWithDescription.size > 0 ? (
<FormattedMessage
id='reply_indicator.and_other_attachments'
defaultMessage='and {count, plural, one {# other attachment} other {# other attachments}}'
id='reply_indicator.other_attachments'
defaultMessage='{count, plural, one {# other attachment} other {# other attachments}}'
values={{ count: uncaptionedMediaCount }}
/>
) : (

View File

@ -687,9 +687,9 @@
"relative_time.minutes": "{number}m",
"relative_time.seconds": "{number}s",
"relative_time.today": "today",
"reply_indicator.and_other_attachments": "and {count, plural, one {# other attachment} other {# other attachments}}",
"reply_indicator.attachments": "{count, plural, one {# attachment} other {# attachments}}",
"reply_indicator.cancel": "Cancel",
"reply_indicator.other_attachments": "{count, plural, one {# other attachment} other {# other attachments}}",
"reply_indicator.poll": "Poll",
"report.block": "Block",
"report.block_explanation": "You will not see their posts. They will not be able to see your posts or follow you. They will be able to tell that they are blocked.",