mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix typo in mute confirmation dialog (#12044)
This commit is contained in:
parent
cbaea097be
commit
559da46fd4
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class MuteModal extends React.PureComponent {
|
||||||
<p className='mute-modal__explanation'>
|
<p className='mute-modal__explanation'>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='confirmations.mute.explanation'
|
id='confirmations.mute.explanation'
|
||||||
defaultMessage='This will hide posts from them and posts mentioning them, but it will still allow them to see your posts follow you.'
|
defaultMessage='This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.'
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
<div className='setting-toggle'>
|
<div className='setting-toggle'>
|
||||||
|
|
Loading…
Reference in a new issue