Skip to content

Commit 63c5392

Browse files
committed
Fix %s usage
1 parent 75df8ab commit 63c5392

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • shared/src/commonMain/composeResources/values

shared/src/commonMain/composeResources/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
<string name="add_account">Add account</string>
88
<string name="post">Post</string>
9-
<string name="post_by">Post by %s</string>
9+
<string name="post_by">Post by %1$s</string>
1010

1111
<string name="boosted_by">Boosted by</string>
1212
<string name="liked_by">Liked by</string>
1313
<string name="reacted_by">Reacted by</string>
1414

15-
<string name="x_posts">%s posts</string>
15+
<string name="x_posts">%1$s posts</string>
1616

1717
<string name="edit_profile">Edit profile</string>
1818
<string name="follow">Follow</string>
1919
<string name="unfollow">Unfollow</string>
2020

21-
<string name="joined_at_x">Joined at %s</string>
21+
<string name="joined_at_x">Joined at %1$s</string>
2222

2323
<string name="followers">followers</string>
2424
<string name="following">following</string>
@@ -74,7 +74,7 @@
7474
<string name="clear_settings">Clear settings</string>
7575

7676
<string name="liked_your_post">liked your post</string>
77-
<string name="reacted_with_x">reacted with %s</string>
77+
<string name="reacted_with_x">reacted with %1$s</string>
7878
<string name="boosted_your_post">boosted your post</string>
7979
<string name="edited_a_post">edited a post</string>
8080
<string name="a_poll_you_have_voted_in_has_ended">A poll you have voted in has ended</string>

0 commit comments

Comments
 (0)