Skip to content

Commit

Permalink
Merge pull request #20119 from wordpress-mobile/issue/20118-reader-ia…
Browse files Browse the repository at this point in the history
…-comments-action-string

[Reader] Change comment subscribe action label to "Follow"
  • Loading branch information
develric authored Feb 3, 2024
2 parents 83f1a23 + 1779dfd commit 1776c29
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,7 @@

<!-- button text -->
<string name="reader_btn_share">Share</string>
<string name="reader_btn_follow">Follow</string>
<string name="reader_btn_subscribe">Subscribe</string>
<string name="reader_btn_subscribed">Subscribed</string>
<string name="reader_secondary_bookmark">Save</string>
Expand Down

0 comments on commit 1776c29

Please sign in to comment.