Skip to content

Commit

Permalink
Use standard ' for blogging reminders strings
Browse files Browse the repository at this point in the history
  • Loading branch information
irfano committed Apr 6, 2023
1 parent af470ad commit 6ee77da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WordPress/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@
<string name="notifications_permission_dismiss_content_description">Dismiss notification permission warning.</string>
<string name="notifications_permission_off_desc">Push notifications are turned off.</string>
<string name="notifications_permission_bottom_sheet_title">Push notifications are turned off</string>
<string name="notifications_permission_bottom_sheet_description_1">Youll need to open the app to see notifications.</string>
<string name="notifications_permission_bottom_sheet_description_1">You\'ll need to open the app to see notifications.</string>
<string name="notifications_permission_bottom_sheet_description_2">Go to Settings → Notifications → App Settings, and turn %1$s on to be notified immediately.</string>
<string name="notifications_permission_bottom_sheet_button">Turn on notifications</string>

Expand Down Expand Up @@ -4068,7 +4068,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
<string name="blogging_reminders_update">Update</string>
<string name="blogging_reminders_done">Done</string>
<string name="blogging_reminders_notifications_permission_title">Turn on push notifications</string>
<string name="blogging_reminders_notifications_permission_caption">To use blogging reminders, youll need to turn on push notifications.</string>
<string name="blogging_reminders_notifications_permission_caption">To use blogging reminders, you\'ll need to turn on push notifications.</string>
<string name="blogging_reminders_notifications_permission_description">@string/notifications_permission_bottom_sheet_description_2</string>
<string name="blogging_reminders_notifications_permission_primary_button">@string/notifications_permission_bottom_sheet_button</string>
<string name="blogging_reminders_epilogue_title">All set!</string>
Expand Down

0 comments on commit 6ee77da

Please sign in to comment.