Skip to content

Commit 1ed1716

Browse files
authored
Merge pull request #19899 from wordpress-mobile/feature/prompts-rename-skip-button
Update "Skip for today" string
2 parents 95f6108 + 1980085 commit 1ed1716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardPromptsCardCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ private extension DashboardPromptsCardCell {
569569
case .viewMore:
570570
return NSLocalizedString("View more prompts", comment: "Menu title to show more prompts.")
571571
case .skip:
572-
return NSLocalizedString("Skip this prompt", comment: "Menu title to skip today's prompt.")
572+
return NSLocalizedString("Skip for today", comment: "Menu title to skip today's prompt.")
573573
case .remove:
574574
return NSLocalizedString("Remove from dashboard", comment: "Destructive menu title to remove the prompt card from the dashboard.")
575575
case .learnMore:

0 commit comments

Comments
 (0)