From ddb5fb445c9fd17d2cfa8ea9bb45b80683f06fca Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 2 Sep 2019 14:45:08 +0300 Subject: [PATCH] [ADF-4855] Upload dialog - Buttons must have discernible text (#5040) * aria labels translation keys * actions aria label * announce confirmation content --- lib/content-services/i18n/en.json | 10 +++++++++- .../file-uploading-dialog.component.html | 16 +++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/lib/content-services/i18n/en.json b/lib/content-services/i18n/en.json index fe456a97e8..0e7a953c72 100644 --- a/lib/content-services/i18n/en.json +++ b/lib/content-services/i18n/en.json @@ -130,7 +130,15 @@ } }, "ARIA-LABEL": { - "VERSION": "File version" + "VERSION": "File version", + "DIALOG_MAXIMIZE": "Maximize upload dialog", + "DIALOG_MINIMIZE": "Minimize upload dialog", + "DIALOG_CLOSE": "Close upload dialog", + "CANCEL_ALL": "Cancel all uploading files", + "CONFIRMATION": { + "CANCEL": "Confirm cancel", + "CONTINUE": "Continue uploading" + } } }, "FILE_UPLOAD": { diff --git a/lib/content-services/upload/components/file-uploading-dialog.component.html b/lib/content-services/upload/components/file-uploading-dialog.component.html index ec47771ab4..de1bc831e5 100644 --- a/lib/content-services/upload/components/file-uploading-dialog.component.html +++ b/lib/content-services/upload/components/file-uploading-dialog.component.html @@ -1,10 +1,14 @@