Fix typo in mute confirmation dialog (#12044)

master
ThibG 5 years ago committed by Eugen Rochko
parent cbaea097be
commit 559da46fd4
  1. 2
      app/javascript/mastodon/features/ui/components/mute_modal.js

@ -82,7 +82,7 @@ class MuteModal extends React.PureComponent {
<p className='mute-modal__explanation'>
<FormattedMessage
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>
<div className='setting-toggle'>

Loading…
Cancel
Save