Put the label for the hide notifications checkbox in a label element.
This commit is contained in:
		@@ -81,8 +81,10 @@ export default class MuteModal extends React.PureComponent {
 | 
				
			|||||||
            />
 | 
					            />
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
          <p>
 | 
					          <p>
 | 
				
			||||||
            <FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
 | 
					            <label>
 | 
				
			||||||
            <input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
 | 
					              <FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
 | 
				
			||||||
 | 
					              <input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
 | 
				
			||||||
 | 
					            </label>
 | 
				
			||||||
          </p>
 | 
					          </p>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user