Update Polish translation

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2022-11-16 23:52:12 +01:00
parent 4c26ab3045
commit 33a7438d9d
3 changed files with 26 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ const StatusReplyMentions: React.FC<IStatusReplyMentions> = ({ status, hoverable
return (
<div className='reply-mentions'>
<FormattedMessage
id='reply_mentions.reply'
id='reply_mentions.reply.hoverable'
defaultMessage='<hover>Replying to</hover> {accounts}'
values={{
accounts: <FormattedList type='conjunction' value={accounts} />,