Skip to content

Commit

Permalink
Fix end of year translation (#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygecko authored Dec 20, 2024
1 parent 81eedf9 commit c2fc219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Bug Fixes
* Fix global auto download setting was incorrectly overriding the podcast auto download setting
([#3342](https://github.com/Automattic/pocket-casts-android/pull/3342))
* Fix end of year translation
([#3387](https://github.com/Automattic/pocket-casts-android/pull/3387))
* Fix sleep timer was not stopping as expected
([#3377](https://github.com/Automattic/pocket-casts-android/pull/3377))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private fun WaitText(
textFactory: HumaneTextFactory,
) {
ScrollingRow(
items = listOf("WAIT", "ATTENDEZ", "ESPERA", "ASPETTARE", "AGARDA"),
items = listOf("WAIT", "ATTENDEZ", "ESPERA", "ASPETTA", "AGARDA"),
scrollDirection = scrollDirection,
) { text ->
Row(
Expand Down

0 comments on commit c2fc219

Please sign in to comment.