From 0945651e38dc9cfe70fa95087178893a72c405db Mon Sep 17 00:00:00 2001 From: Tayeb Sedraia Date: Wed, 5 Jun 2024 21:07:28 +0200 Subject: [PATCH] demo app : add accessibility title --- CHANGELOG.md | 1 + .../Resources/Base.lproj/Localizable.strings | 2 +- .../Resources/en.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6175f6f7..f42357b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/Localizable.strings b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/Localizable.strings index dc83febc..13c61d00 100644 --- a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/Localizable.strings +++ b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/Base.lproj/Localizable.strings @@ -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"; diff --git a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings index 974391ea..5456f108 100644 --- a/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings +++ b/OrangeDesignSystemDemo/OrangeDesignSystemDemo/Resources/en.lproj/Localizable.strings @@ -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";