Skip to content

Commit

Permalink
Merge pull request #9339 from sanketpathak/bug-ODC-6065
Browse files Browse the repository at this point in the history
Fix accessibility issue in Quick starts page-Buttons must have discernible text
  • Loading branch information
openshift-merge-robot committed Jun 28, 2021
2 parents 8dadb16 + e060273 commit dae8020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/packages/console-app/locales/en/quickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"{{count, number}} item_plural": "{{count, number}} items",
"Prerequisites ({{totalPrereqs}})": "Prerequisites ({{totalPrereqs}})",
"Prerequisites": "Prerequisites",
"Show prerequisites": "Show prerequisites",
"Complete": "Complete",
"In progress": "In progress",
"Not started": "Not started",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const QuickStartTileDescription: React.FC<QuickStartTileDescriptionProps> = ({
e.preventDefault();
e.stopPropagation();
}}
aria-label={t('quickstart~Show prerequisites')}
>
<InfoCircleIcon />
</Button>
Expand Down

0 comments on commit dae8020

Please sign in to comment.