MDL-62447 user: Fix component name typo

This commit is contained in:
David Monllao 2018-05-15 10:41:57 +02:00
parent dc71a8b50e
commit 7f9b187994

View file

@ -43,7 +43,7 @@
</p> </p>
<p> <p>
<label for="bulk-note"> <label for="bulk-note">
<span class="sr-only">{{#str}}note, core_note{{/str}}</span> <span class="sr-only">{{#str}}note, core_notes{{/str}}</span>
</label> </label>
<textarea id="bulk-note" rows="3" data-max-rows="10" data-auto-rows="true" cols="30" class="form-control"></textarea> <textarea id="bulk-note" rows="3" data-max-rows="10" data-auto-rows="true" cols="30" class="form-control"></textarea>
</p> </p>