Reword other_attachments translation string
This commit is contained in:
parent
502fc50939
commit
e3d9b4405b
@ -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 }}
|
||||
/>
|
||||
) : (
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user