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:
Giorgos Bamparopoulos 2025-05-29 16:34:33 +01:00 committed by GitHub
parent 567b4d5c6b
commit 6c47a74e9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ export const ExternalResourceLinks: FunctionComponent = () => {
),
linkARIALabel: i18n.translate(
'xpack.observabilityShared.experimentalOnboardingFlow.exploreForumFlexItemLinkARIALabel',
{ defaultMessage: 'Open Elastic Discuss forum' }
{ defaultMessage: 'Discuss forum. Open Elastic forum' }
),
link: URL_FORUM,
testSubject: 'observabilityOnboardingFooterDiscussForumLink',