Skip to content

Commit

Permalink
demo app : add accessibility title
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Jun 5, 2024
1 parent 1980074 commit 0945651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [DemoApp] A11y - Irrelevant Colour palette page title: page title is "Palette" ([#730](https://github.com/Orange-OpenSource/ods-ios/issues/730))
- [DemoApp] A11y - Bars-navigation component accessibility issues ([#830](https://github.com/Orange-OpenSource/ods-ios/issues/830))
- [DemoApp] A11y - Target size is too small for info and chevron components, difficult to tap without mistake. ([#732](https://github.com/Orange-OpenSource/ods-ios/issues/732))
- [DemoApp] A11y - Buttons component : group labels and buttons ([#760](https://github.com/Orange-OpenSource/ods-ios/issues/760))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

"screens.guidelines.colors.title" = "Colour";
"screens.guidelines.colors.description" = "It is important to use the iOS system background colours as they are dynamic. They automatically change between the slightly darker base and slightly lighter elevated colours, in order to enhance perception of depth and layering.";
"screens.guidelines.colors.palette.title" = "Palette";
"screens.guidelines.colors.palette.title" = "Colour palette";
"screens.guidelines.colors.color_palette.title" = "Colour palette";
"screens.guidelines.colors.color_palette.on_light" = "Light mode";
"screens.guidelines.colors.color_palette.on_dark" = "Dark mode";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

"screens.guidelines.colors.title" = "Colour";
"screens.guidelines.colors.description" = "It is important to use the iOS system background colours as they are dynamic. They automatically change between the slightly darker base and slightly lighter elevated colours, in order to enhance perception of depth and layering.";
"screens.guidelines.colors.palette.title" = "Palette";
"screens.guidelines.colors.palette.title" = "Colour palette";
"screens.guidelines.colors.color_palette.title" = "Colour palette";
"screens.guidelines.colors.color_palette.on_light" = "Light mode";
"screens.guidelines.colors.color_palette.on_dark" = "Dark mode";
Expand Down

0 comments on commit 0945651

Please sign in to comment.