[#1561] Vocalisation of "info" status for alert components#1619
Merged
pylapp merged 2 commits intoJul 15, 2026
Merged
Conversation
Closes #1561 Reported-by: Pierre-Yves Ayoul <pierre-yves.ayoul@orange.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
3 tasks
There was a problem hiding this comment.
Pull request overview
This PR improves VoiceOver output for the Alerts UI by adding a default “Information” vocalisation prefix when an alert status is .info, aligning alert accessibility behavior with existing .warning/.negative handling.
Changes:
- Add an
.infocase to the alert message accessibility label prefix generation. - Introduce a new localized string key for the “Information” accessibility prefix (ar/en/fr).
- Document the change in the Unreleased changelog.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| OUDS/Core/Components/Sources/Dialogs/Alert/Internal/AlertMessage/AlertMessageContent.swift | Adds .info accessibility label prefix for alert message vocalisation. |
| OUDS/Core/Components/Sources/_/Resources/Localizable.xcstrings | Adds core_alertMessage_info_a11y localized values. |
| CHANGELOG.md | Notes the fix in the Unreleased “Fixed” section. |
Reviewed-by: Copilot <198982749+Copilot@users.noreply.github.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp
deleted the
1561-for-alerts-components-add-default-vocalisation-on-info-status
branch
July 15, 2026 10:51
pylapp
added a commit
that referenced
this pull request
Jul 15, 2026
) For alert message and inline alert components, manage the "info" status case to vocalize a prefix like "warning" and "negative" cases. Closes #1561 Reported-by: Pierre-Yves Ayoul <pierre-yves.ayoul@orange.com> Reviewed-by: Copilot <198982749+Copilot@users.noreply.github.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues
#1561
Description
Manage info status to build text to vocalize
Motivation & Context
Precise to user the content is informational
Types of change
Previews
Checklist
Contribution
Accessibility
Design
Development
Documentation
Checklist (for Core Team only)