Skip to content

Commit

Permalink
Update new posts button strings
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Aug 4, 2023
1 parent 11c0b3d commit 56bc30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
<string name="feed_refresh_button">Refresh</string>

<string name="feed_new_posts_notice_general">posted</string>
<string name="feed_new_posts_notice_100plus">100+ new posts</string>
<string name="feed_new_posts_notice_100plus">100+ new notes</string>
<plurals name="feed_new_posts_notice">
<item quantity="one">%1$s new post</item>
<item quantity="other">%1$s new posts</item>
<item quantity="one">%1$s new notes</item>
<item quantity="other">%1$s new notes</item>
</plurals>

<string name="post_repost_button_confirmation">Repost</string>
Expand Down

0 comments on commit 56bc30f

Please sign in to comment.