mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Update aria label for the discuss forum link (#221936)
### Summary - Updates aria label for the discuss forum link in onboarding so the start of the link text is announced the same in the reader - Tested with VoiceOver in Mac ### VoiceOver text announcement: **Before** <img width="620" alt="image" src="https://github.com/user-attachments/assets/c1de61db-c17a-4915-8f67-734aeff07beb" /> **After** <img width="634" alt="image" src="https://github.com/user-attachments/assets/677a620d-949b-49a0-9b5c-4fca9528c41f" /> Closes https://github.com/elastic/kibana/issues/220812
This commit is contained in:
parent
567b4d5c6b
commit
6c47a74e9b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export const ExternalResourceLinks: FunctionComponent = () => {
|
||||||
),
|
),
|
||||||
linkARIALabel: i18n.translate(
|
linkARIALabel: i18n.translate(
|
||||||
'xpack.observabilityShared.experimentalOnboardingFlow.exploreForumFlexItemLinkARIALabel',
|
'xpack.observabilityShared.experimentalOnboardingFlow.exploreForumFlexItemLinkARIALabel',
|
||||||
{ defaultMessage: 'Open Elastic Discuss forum' }
|
{ defaultMessage: 'Discuss forum. Open Elastic forum' }
|
||||||
),
|
),
|
||||||
link: URL_FORUM,
|
link: URL_FORUM,
|
||||||
testSubject: 'observabilityOnboardingFooterDiscussForumLink',
|
testSubject: 'observabilityOnboardingFooterDiscussForumLink',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue