unique identifier instead of tags in print label

This commit is contained in:
Cayo Puigdefabregas 2022-09-29 12:30:25 +02:00
parent 74166019b2
commit e61a1d88bd
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@
</div> </div>
<div class="form-switch"> <div class="form-switch">
<input class="form-check-input" name="tags" type="checkbox" id="tagsCheck"> <input class="form-check-input" name="tags" type="checkbox" id="tagsCheck">
<label class="form-check-label" for="tagsCheck">Tags</label> <label class="form-check-label" for="tagsCheck">Unique Identifiers</label>
</div> </div>
<div class="form-switch"> <div class="form-switch">
<input class="form-check-input" name="serial_number" type="checkbox" id="serialNumberCheck"> <input class="form-check-input" name="serial_number" type="checkbox" id="serialNumberCheck">