Skip to content

Commit

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

0 comments on commit 4da0102

Please # to comment.