Associate NSFW label with its checkbox

This commit is contained in:
Dominic Mazzoni 2023-06-25 21:11:23 -07:00
parent 883afea0c5
commit af2013059b

View file

@ -531,7 +531,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
checked={this.state.form.nsfw}
onChange={linkEvent(this, handlePostNsfwChange)}
/>
<label className="form-check-label">
<label className="form-check-label" htmlFor="post-nsfw">
{I18NextService.i18n.t("nsfw")}
</label>
</div>