Skip to content

Commit 7be615b

Browse files
authored
Fix comma splice in a translatable string (#6465)
1 parent 95d5802 commit 7be615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ Upload your first media by tapping on the add button.</string>
462462
<string name="never_ask_again">Never ask this again</string>
463463
<string name="display_location_permission_title">Ask for location permission</string>
464464
<string name="display_location_permission_explanation">Ask for location permission when needed for nearby notification card view feature.</string>
465-
<string name="achievements_fetch_failed">Something went wrong, We could not fetch achievements</string>
465+
<string name="achievements_fetch_failed">Something went wrong, and we could not fetch achievements</string>
466466
<string name="achievements_fetch_failed_ultimate_achievement">You\'ve made so many contributions our achievements calculation system can\'t cope. This is the ultimate achievement.</string>
467467
<string name="ends_on">Ends on:</string>
468468
<string name="display_campaigns">Display campaigns</string>

0 commit comments

Comments
 (0)