From fd24ccd4f14037180b284c790692bb8c566bd554 Mon Sep 17 00:00:00 2001 From: kurilova Date: Tue, 22 Apr 2025 12:22:18 +0000 Subject: [PATCH] Change label for download button --- .../download-options/download-options.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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>