added colon (:) to note body label
This commit is contained in:
parent
1c2f60924e
commit
85b6c00d9d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
<input class="simple-note__input simple-note__input--title" type="text" placeholder="Your title" spellcheck="false">
|
||||
</label>
|
||||
<label class="simple-note__label simple-note__label--body">
|
||||
<span class="sr-only">Note content</span>
|
||||
<span class="sr-only">Note content:</span>
|
||||
<textarea class="simple-note__input simple-note__input--body" spellcheck="false">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Atque amet veniam nulla quia harum explicabo.</textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue