diff --git a/modules/ui/src/app/pages/testrun/components/download-options/download-options.component.html b/modules/ui/src/app/pages/testrun/components/download-options/download-options.component.html index cb93d62c3..8c41759bd 100644 --- a/modules/ui/src/app/pages/testrun/components/download-options/download-options.component.html +++ b/modules/ui/src/app/pages/testrun/components/download-options/download-options.component.html @@ -44,7 +44,9 @@ class="download-button" [class.download-button-opened]="isOpenDownloadOptions" color="primary" - aria-label="Download options" + [attr.aria-label]=" + isOpenDownloadOptions ? 'Hide download options' : 'Show download options' + " mat-flat-button>