Learn HTML Forms by Building a Registration Form - Step 26

I have this problem “You should give the first label text a leading space” in this part:

 <fieldset>
        <label> Personal Account <input type="radio" /></label>
        <label> Business Account <input type="radio" /></label>
        <label> I accept the terms and conditions <input type="checkbox" required /></label>
      </fieldset>

I speak Spanish, maybe in the translations is my mistake.

input has to go before the text