Skip to content

Commit

Permalink
- adds a missing string (#5279)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Brant <[email protected]>
  • Loading branch information
Williamrai and dbrant authored Jan 31, 2025
1 parent 3aa17bf commit 95c643e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1756,4 +1756,5 @@
<string name="on_this_day_game_notification_text">Text for notification when new game is ready to play.</string>
<string name="on_this_day_game_report_email_subject">Subject heading for sending a report about a problem with the Wikipedia games feature.</string>
<string name="on_this_day_game_report_email_body">Body of email for sending a report about a problem with the Wikipedia games feature.</string>
<string name="on_this_day_game_notification_undo">Snackbar action text when users turn on or off the game notification.</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,4 +1838,5 @@
<string name="on_this_day_game_notification_text">Today\'s game of \"Which came first?\" is ready to play.</string>
<string name="on_this_day_game_report_email_subject">Issue Report - Wikipedia games</string>
<string name="on_this_day_game_report_email_body">I have encountered a problem with the Wikipedia games feature:\n- [Describe specific problem]\n\nThe behavior I would like to see is:\n- [Describe proposed solution]</string>
<string name="on_this_day_game_notification_undo">Undo</string>
</resources>

0 comments on commit 95c643e

Please sign in to comment.