From 4da0102ff83293a496bb05eb8b7bdd7716d5a67a Mon Sep 17 00:00:00 2001 From: Dieguitux Date: Tue, 31 Dec 2024 13:45:01 +0100 Subject: [PATCH] fix: explore result type bottom sheet title (#205) --- .../eattrash/raccoonforlemmy/unit/explore/ExploreScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/explore/src/commonMain/kotlin/com/livefast/eattrash/raccoonforlemmy/unit/explore/ExploreScreen.kt b/unit/explore/src/commonMain/kotlin/com/livefast/eattrash/raccoonforlemmy/unit/explore/ExploreScreen.kt index 21d9d3d43..09788f84b 100644 --- a/unit/explore/src/commonMain/kotlin/com/livefast/eattrash/raccoonforlemmy/unit/explore/ExploreScreen.kt +++ b/unit/explore/src/commonMain/kotlin/com/livefast/eattrash/raccoonforlemmy/unit/explore/ExploreScreen.kt @@ -826,7 +826,7 @@ class ExploreScreen( SearchResultType.Urls, ) CustomModalBottomSheet( - title = LocalStrings.current.inboxListingTypeTitle, + title = LocalStrings.current.exploreResultTypeTitle, items = values.map { value -> CustomModalBottomSheetItem(