Skip to content

Commit

Permalink
Merge pull request #20457 from wordpress-mobile/issue/20454-Reader-Re…
Browse files Browse the repository at this point in the history
…name-Edit-button

[Reader] Rename the label to edit/manage Tags and Sites
  • Loading branch information
daniloercoli authored Mar 14, 2024
2 parents 5d7c71e + 74d017f commit b3c7fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class SubfilterBottomSheetFragment : BottomSheetDialogFragment() {
val pager = view.findViewById<ViewPager>(R.id.view_pager)
val titleContainer = view.findViewById<View>(R.id.title_container)
val title = view.findViewById<TextView>(R.id.title)
val editSubscriptions = view.findViewById<View>(R.id.edit_subscriptions)
val editSubscriptions = view.findViewById<View>(R.id.manage_subscriptions)
title.text = bottomSheetTitle
pager.adapter = SubfilterPagerAdapter(
requireActivity(),
Expand Down
4 changes: 2 additions & 2 deletions WordPress/src/main/res/layout/subfilter_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
android:text="@string/reader_filter_by_blog_title" />

<org.wordpress.android.widgets.WPTextView
android:id="@+id/edit_subscriptions"
android:id="@+id/manage_subscriptions"
style="@style/SiteTagBottomSheetAction"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/edit"/>
android:text="@string/manage"/>
</LinearLayout>

<androidx.viewpager.widget.ViewPager
Expand Down

0 comments on commit b3c7fcf

Please sign in to comment.