From 74d017f96b3300d0ecae803c987097a39c368f30 Mon Sep 17 00:00:00 2001 From: Danilo Ercoli Date: Wed, 13 Mar 2024 15:30:11 +0100 Subject: [PATCH] Rename the label to Manage, and update the button's ID --- .../android/ui/reader/SubfilterBottomSheetFragment.kt | 2 +- WordPress/src/main/res/layout/subfilter_bottom_sheet.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WordPress/src/main/java/org/wordpress/android/ui/reader/SubfilterBottomSheetFragment.kt b/WordPress/src/main/java/org/wordpress/android/ui/reader/SubfilterBottomSheetFragment.kt index ead55fbc4c12..0aa90d286fbd 100644 --- a/WordPress/src/main/java/org/wordpress/android/ui/reader/SubfilterBottomSheetFragment.kt +++ b/WordPress/src/main/java/org/wordpress/android/ui/reader/SubfilterBottomSheetFragment.kt @@ -84,7 +84,7 @@ class SubfilterBottomSheetFragment : BottomSheetDialogFragment() { val pager = view.findViewById(R.id.view_pager) val titleContainer = view.findViewById(R.id.title_container) val title = view.findViewById(R.id.title) - val editSubscriptions = view.findViewById(R.id.edit_subscriptions) + val editSubscriptions = view.findViewById(R.id.manage_subscriptions) title.text = bottomSheetTitle pager.adapter = SubfilterPagerAdapter( requireActivity(), diff --git a/WordPress/src/main/res/layout/subfilter_bottom_sheet.xml b/WordPress/src/main/res/layout/subfilter_bottom_sheet.xml index b98a83e64ef2..f7cafbbd6ba0 100644 --- a/WordPress/src/main/res/layout/subfilter_bottom_sheet.xml +++ b/WordPress/src/main/res/layout/subfilter_bottom_sheet.xml @@ -26,11 +26,11 @@ android:text="@string/reader_filter_by_blog_title" /> + android:text="@string/manage"/>