Fix aria-labels in AddCollectionPane and DeleteCollectionConfirmationPane (#213)

* Fix aria-labels in AddCollectionPane and DeleteCollectionConfirmationPane

* Fix broken delete
This commit is contained in:
Tanuj Mittal
2020-09-17 12:20:22 -07:00
committed by GitHub
parent b690fe18e6
commit bad6a60d07
2 changed files with 3 additions and 4 deletions

View File

@@ -67,8 +67,7 @@
name="collectionIdConfirmation"
required
class="collid"
data-bind="value: collectionIdConfirmation, hasFocus: firstFieldHasFocus"
aria-label="Confirm by typing the collection id"
data-bind="value: collectionIdConfirmation, hasFocus: firstFieldHasFocus, attr: { 'aria-label': collectionIdConfirmationText }"
/>
</p>
</div>