-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility: VoiceOver: Add accessibility label and hint to the Record Voice Message button. #6323
Conversation
I added an accessibility label and hint to the Voice Message Record button to improve the VoiceOver experience. Signed off by Robin Kipp [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @robin24, thanks very much for opening this PR. I've added a couple of comments to it, but looks good to me and we very much welcome accessibility fixes like these :)
Use VectorL10n instead of calling NSLocalizedString directly. Co-authored-by: Doug <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates, a couple more changes and then I think it'll be good to merge
This reverts commit 003cfd9.
Co-authored-by: Doug <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @robin24, works well for me 👍
Awesome! 🎉🎉🎉 |
…ord Voice Message button. (#6323) * Add accessibility label and hint to the Record Voice Message button. * Add release note. * Remove unnecessary import for SwiftUI. * Update Riot/Modules/Room/VoiceMessages/VoiceMessageToolbarView.swift Use VectorL10n instead of calling NSLocalizedString directly. * Add German translation for the newly added a11y strings. * Revert "Add German translation for the newly added a11y strings." This reverts commit 003cfd9. * Update Riot/Assets/en.lproj/Vector.strings
Pull Request Checklist