mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Put the label for the hide notifications checkbox in a label element.
This commit is contained in:
parent
0a207be99d
commit
30b5254a5d
@ -81,8 +81,10 @@ export default class MuteModal extends React.PureComponent {
|
||||
/>
|
||||
</p>
|
||||
<p>
|
||||
<label>
|
||||
<FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
|
||||
<input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
|
||||
</label>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user