Skip to content

Commit

Permalink
Fix typo in notifications prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Jan 9, 2023
1 parent 483c7a4 commit f3b9ac2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ private extension MigrationCenterViewConfiguration {
enum Appearance {

static let notificationsText = NSLocalizedString("migration.notifications.footer",
value: "When the alert apears tap Allow to continue receiving all your WordPress notifications.",
value: "When the alert appears tap Allow to continue receiving all your WordPress notifications.",
comment: "Footer for the migration notifications screen.")
static let notificationsHighlightedText = NSLocalizedString("migration.notifications.footer.highlighted",
value: "Allow",
Expand Down

0 comments on commit f3b9ac2

Please sign in to comment.