Skip to content

Commit 02baf86

Browse files
committed
[CST-12044] removed aria hidden attribute
1 parent c596b6c commit 02baf86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/submission/sections/upload/file/section-upload-file.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
[checked]="isPrimary"
1212
(change)="togglePrimaryBitstream($event)">
1313
<label class="custom-control-label" for="primaryBitstream{{fileIndex}}">
14-
<span class="sr-only" aria-hidden="true" *ngIf="!isPrimary">{{'submission.sections.upload.primary.make' | translate:{ fileName: fileName } }}</span>
15-
<span class="sr-only" aria-hidden="true" *ngIf="isPrimary">{{'submission.sections.upload.primary.remove' | translate:{ fileName: fileName } }}</span>
14+
<span class="sr-only" *ngIf="!isPrimary">{{'submission.sections.upload.primary.make' | translate:{ fileName: fileName } }}</span>
15+
<span class="sr-only" *ngIf="isPrimary">{{'submission.sections.upload.primary.remove' | translate:{ fileName: fileName } }}</span>
1616
</label>
1717
</div>
1818
</div>

0 commit comments

Comments
 (0)