From 3a216c1de2707cda18cc27f16baebd3b2f63b710 Mon Sep 17 00:00:00 2001 From: Dieguitux Date: Tue, 31 Dec 2024 14:08:30 +0100 Subject: [PATCH] fix: explore listing type bottom sheet title (#206) --- .../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 09788f84b..4c98f9778 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 @@ -787,7 +787,7 @@ class ExploreScreen( this += ListingType.Local } CustomModalBottomSheet( - title = LocalStrings.current.inboxListingTypeTitle, + title = LocalStrings.current.homeListingTitle, items = values.map { value -> CustomModalBottomSheetItem(