Skip to content

Commit

Permalink
Introduce aria-label for hidden content.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jul 22, 2020
1 parent a3f2857 commit 1c89a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/uptime/public/pages/certificates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const CertificatesPage: React.FC = () => {
</EuiFlexItem>
<EuiFlexItem grow={false} style={{ alignSelf: 'center' }}>
<EuiButtonEmpty
aria-label={labels.SETTINGS_ON_CERT}
color="primary"
data-test-subj="uptimeCertificatesToOverviewLink"
iconType="gear"
Expand Down

0 comments on commit 1c89a1f

Please sign in to comment.