about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/ui/components/mute_modal.js
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-10-01 23:55:11 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-10-01 23:55:11 +0200
commit559da46fd48b7442a79de563206fb974f05bd1f4 (patch)
tree531c41223f4cb73b5e3d3b08a8d606c756c507d6 /app/javascript/mastodon/features/ui/components/mute_modal.js
parentcbaea097be807f8a6a28dbddb85c657ec3e2848c (diff)
Fix typo in mute confirmation dialog (#12044)
Diffstat (limited to 'app/javascript/mastodon/features/ui/components/mute_modal.js')
-rw-r--r--app/javascript/mastodon/features/ui/components/mute_modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/ui/components/mute_modal.js b/app/javascript/mastodon/features/ui/components/mute_modal.js
index c364c5ba2..852830c3c 100644
--- a/app/javascript/mastodon/features/ui/components/mute_modal.js
+++ b/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'>