Skip to content

[#1561] Vocalisation of "info" status for alert components#1619

Merged
pylapp merged 2 commits into
developfrom
1561-for-alerts-components-add-default-vocalisation-on-info-status
Jul 15, 2026
Merged

[#1561] Vocalisation of "info" status for alert components#1619
pylapp merged 2 commits into
developfrom
1561-for-alerts-components-add-default-vocalisation-on-info-status

Conversation

@pylapp

@pylapp pylapp commented Jul 15, 2026

Copy link
Copy Markdown
Member

Related issues

#1561

Description

Manage info status to build text to vocalize

Motivation & Context

Precise to user the content is informational

Types of change

  • Bug fix (non-breaking which fixes an issue)

Previews

Checklist

Contribution

Accessibility

  • (NA) My change follows accessibility good practices

Design

  • (NA) My change respects the design guidelines of Orange Unified Design System

Development

  • My change follows the developer guide
  • I checked my changes do not add new SwiftLint warnings
  • I have added unit tests to cover my changes (optional)

Documentation

  • My change introduces changes to the documentation and/or I have updated the documentation accordingly

Checklist (for Core Team only)

  • The evolution have been tested and the project builds for iPhones and iPads
  • Code review has been done by reviewers according to CODEOWNERS file
  • (NA) Design review has been done
  • (NA) Accessibility review has been done
  • (NA) Q/A team has tested the evolution
  • Documentation has been updated if relevant
  • Internal files have been updated if relevant (like CONTRIBUTING, DEVELOP, THIRD_PARTY, CONTRIBUTORS, NOTICE)
  • CHANGELOG has been updated respecting keep a changelog rules and reference the issues
  • The wiki has been updated if needed (optional)

Closes #1561

Reported-by: Pierre-Yves Ayoul <pierre-yves.ayoul@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
@pylapp
pylapp requested a review from ludovic35 as a code owner July 15, 2026 10:23
@pylapp pylapp linked an issue Jul 15, 2026 that may be closed by this pull request
3 tasks
@pylapp
pylapp requested a review from Copilot July 15, 2026 10:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .info case 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.

Comment thread CHANGELOG.md Outdated
@pylapp pylapp self-assigned this Jul 15, 2026
Reviewed-by: Copilot <198982749+Copilot@users.noreply.github.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
@pylapp
pylapp merged commit 8c55ad5 into develop Jul 15, 2026
17 checks passed
@pylapp
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

For alerts components, add default vocalisation on "info" status

2 participants