Skip to content

Commit ccef505

Browse files
committed
fix(preprint-details): fixed accessibility issue for download button
1 parent cba3c1a commit ccef505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/preprints/components/preprint-details/share-and-download/share-and-download.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"
88
tooltipPosition="bottom"
99
(onClick)="download()"
10-
[attr.aria-label]="
10+
[ariaLabel]="
1111
'preprints.details.share.downloadPreprint' | translate: { documentType: preprintProvider()?.preprintWord }
1212
"
1313
/>

0 commit comments

Comments
 (0)