about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/features/ui/components/mute_modal.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/javascript/mastodon/features/ui/components/mute_modal.js b/app/javascript/mastodon/features/ui/components/mute_modal.js
index 2f585f292..ef7c13f0a 100644
--- a/app/javascript/mastodon/features/ui/components/mute_modal.js
+++ b/app/javascript/mastodon/features/ui/components/mute_modal.js
@@ -81,8 +81,10 @@ export default class MuteModal extends React.PureComponent {
             />
           </p>
           <p>
-            <FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
-            <input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
+            <label>
+              <FormattedMessage id='mute_modal.hide_notifications' defaultMessage='Hide notifications from this user?' />
+              <input type='checkbox' checked={notifications} onChange={this.toggleNotifications} />
+            </label>
           </p>
         </div>