Skip to content

Commit

Permalink
fix timer localization
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Nov 17, 2024
1 parent 8b3b9cc commit cb221a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fun NavigationBarComposable(
},
label = {
Text(
text = "Timer",
text = stringResource(R.string.player_screen_timer_navigation),
style = labelStyle,
maxLines = 1,
overflow = TextOverflow.Ellipsis
Expand Down

0 comments on commit cb221a5

Please sign in to comment.