瀏覽代碼

Fix typo in mute confirmation dialog (#12044)

master^2
ThibG 4 年之前
committed by Eugen Rochko
父節點
當前提交
559da46fd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/javascript/mastodon/features/ui/components/mute_modal.js

+ 1
- 1
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…
取消
儲存