Skip to content

Commit

Permalink
fix: explore listing type bottom sheet title (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkesiSeli authored Dec 31, 2024
1 parent 4da0102 commit 3a216c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ class ExploreScreen(
this += ListingType.Local
}
CustomModalBottomSheet(
title = LocalStrings.current.inboxListingTypeTitle,
title = LocalStrings.current.homeListingTitle,
items =
values.map { value ->
CustomModalBottomSheetItem(
Expand Down

0 comments on commit 3a216c1

Please # to comment.