Skip to content

Commit

Permalink
[Content Migration Flow] Fix typo in notifications prompt (#19878)
Browse files Browse the repository at this point in the history
Fixes #19871
  • Loading branch information
mokagio authored Jan 10, 2023
2 parents c67707a + f3b9ac2 commit 0fdcefc
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 0fdcefc

Please sign in to comment.