Skip to content

Commit

Permalink
User reader_btn_follow String for comment menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Horta committed Feb 3, 2024
1 parent 512dc34 commit 1779dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WordPress/src/main/res/layout/follow_action_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:layout_marginEnd="@dimen/margin_large"
android:layout_marginStart="@dimen/margin_large"
android:background="?android:attr/actionBarItemBackground"
android:text="@string/reader_btn_subscribe"
android:text="@string/reader_btn_follow"
android:textAppearance="?android:attr/actionMenuTextAppearance"
android:textColor="@color/option_menu_disabled_selector" />

Expand Down
2 changes: 1 addition & 1 deletion WordPress/src/main/res/menu/threaded_comments_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/follow_item"
android:title="@string/reader_btn_subscribe"
android:title="@string/reader_btn_follow"
app:actionLayout="@layout/follow_action_layout"
app:showAsAction="always" />
<item
Expand Down

0 comments on commit 1779dfd

Please sign in to comment.