mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix: update aria-label translation for upload error status
- Modified the aria-label attribute in the file uploading list row component to improve translation handling for upload error messages. - Removed unnecessary translation parameter to streamline the error message retrieval process.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@
|
||||
role="status"
|
||||
class="adf-file-uploading-row__block adf-file-uploading-row__status--error">
|
||||
<mat-icon
|
||||
[attr.aria-label]="'ADF_FILE_UPLOAD.ARIA-LABEL.UPLOAD_FILE_ERROR' | translate: { error: getFileUploadErrorKey(file.errorCode) | translate }"
|
||||
[attr.aria-label]="'ADF_FILE_UPLOAD.ARIA-LABEL.UPLOAD_FILE_ERROR' | translate: { error: getFileUploadErrorKey(file.errorCode) }"
|
||||
[title]="getFileUploadErrorKey(file.errorCode) | translate"
|
||||
adf-icon="report_problem"
|
||||
matListItemIcon
|
||||
|
||||
Reference in New Issue
Block a user