The Bug:
The Accessibility settings button on the new Welcome screen is reusing the string of the Accessibility settings menu screen title (options.accessibility.title
), causing issues in some languages where the text doesn't fit due to the icon.
Observed Behavior:
The current string used for the Accessibility settings button in the new Welcome screen is the same as the string used for the Accessibility settings menu screen title. This results in the text not fitting in some languages, making it difficult for users to read and access the button.
Expected Behavior:
To ensure the Accessibility settings button on the new Welcome screen fits properly in all languages, a separate string is needed. This would align with the approach taken for other settings, where separate strings are used for the button and its associated menu screen title (for example options.sounds
and options.sounds.title
respectively).
Note:
The attached examples illustrate this need for a separate string. The current behavior can make it difficult for users with accessibility needs to read and access the button. Therefore, creating a separate string is important to ensure that the feature is accessibility-friendly.
Linked issues
is cloned by 1
Attachments
Comments 2
The issue was "fixed" as suggested in the Expected Behavior section, now there are two separate strings for the button and the screen title. While appreciated for consistency with other screens, this is not the most ideal fix. The accessibility settings button in the welcome screen and the accessibility settings button in the options screen need two separate strings
Prior to the latest pre-release (1.20.2 Pre-2), this issue was marked as fixed, however, no new string was added for the accessiblity onboarding screen as requested.
[media]options.accessibility
is still used for both the options menu and the onboarding screen, meaning the translatability is still limited. Seeand
[media].
Please consider reopening this ticket.