Skip to content

Commit

Permalink
fix: string
Browse files Browse the repository at this point in the history
  • Loading branch information
makeevrserg committed Oct 19, 2023
1 parent cae19ae commit abed105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fun StatusScreen(
item {
RowSettingChevronItem(
icon = MR.images.ic_splash,
text = "See ratings",
text = MR.strings.statuses_ratings.asComposableString(),
tint = Color.Unspecified,
onClick = {
val configuration = RootScreenComponent.Child.RatingUsers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<string name="status.subtitle">This cards shows current status of empire network including AstraLearner, Astra
Interactive and Empire SMP servers
</string>
<!-- Status -->
<string name="statuses.ratings">Рейтинги</string>
<!-- Paging -->
<string name="paging_last_page">Ничего больше нет</string>
<string name="paging_no_pages">Тут ничего нет</string>
Expand Down

0 comments on commit abed105

Please sign in to comment.