Skip to content

Commit

Permalink
[P1] 724 title is the same for both variants progress bar demo title …
Browse files Browse the repository at this point in the history
…must be unique (#823)

* Changing the variant title of the progress bar

* Adding the ticket to the changelog

* Incrementing the version number

* Changing the variant title of the progress bar

* Adding the ticket to the changelog

* Incrementing the version number

* maned

* app : change title variant loader

* review: fix version and update localizable.strings

---------

Co-authored-by: Ludovic PINEL <[email protected]>
  • Loading branch information
Tayebsed93 and ludovic35 authored May 27, 2024
1 parent 239e19a commit f2c1655
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- [A11y] Buttons component : group labels and buttons ([#760](https://github.com/Orange-OpenSource/ods-ios/issues/760))
- [DemoApp] A11y - Buttons component : group labels and buttons ([#760](https://github.com/Orange-OpenSource/ods-ios/issues/760))
- [DemoApp] A11y - Title is the same for both variants "Progress bar demo", title must be unique. ([#724](https://github.com/Orange-OpenSource/ods-ios/issues/724))

## [1.1.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...1.1.0) - 2024-03-08

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"screens.components.progress_indicators.title" = "Progress indicators";
"screens.components.progress_indicators.description" = "Progress bar and activity indicator are used when a process is taking place to illustrate progress and to reassure users that something is happening, and if possible, how long it will take.";
"screens.components.progress_indicators.progress_bar.title" = "Progress bar demo";
"screens.components.progress_indicators.activity_bar.title" = "Progress bar demo";
"screens.components.progress_indicators.activity_bar.title" = "Activity indicator demo";
"screens.components.progress_indicators.downloading" = "Downloading\U2026";
"screens.components.progress_indicators.x_percent" = "%@ %%";
"screens.components.progress_indicators.toggle.label" = "Label";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"screens.components.progress_indicators.title" = "Progress indicators";
"screens.components.progress_indicators.description" = "Progress bar and activity indicator are used when a process is taking place to illustrate progress and to reassure users that something is happening, and if possible, how long it will take.";
"screens.components.progress_indicators.progress_bar.title" = "Progress bar demo";
"screens.components.progress_indicators.activity_bar.title" = "Progress bar demo";
"screens.components.progress_indicators.activity_bar.title" = "Activity indicator demo";
"screens.components.progress_indicators.downloading" = "Downloading\U2026";
"screens.components.progress_indicators.x_percent" = "%@ %%";
"screens.components.progress_indicators.toggle.label" = "Label";
Expand Down

0 comments on commit f2c1655

Please sign in to comment.