From de87f67879d02ccf09cea983cdc927f7c9dda2cf Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Sat, 27 Jun 2020 11:59:17 -0500 Subject: Resolve LoadingBar accessibility issue - Add an aria-label to the b-progress-bar component to meet accessibility guidelines - Nest b-progess-bar component in b-progress component in order to add aria-label to the correct element Signed-off-by: Derick Montague Change-Id: I3b7d23026d4bcdb607fdbad24170e38116a7eb8a --- src/locales/en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/locales') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 43065348..fd978372 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -20,7 +20,8 @@ }, "ariaLabel": { "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.", - "tooltip": "Tooltip" + "tooltip": "Tooltip", + "progressBar": "Page loading progress bar" }, "calendar": { "openDatePicker": "Open date picker", -- cgit v1.2.3