We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f6108 + 1980085 commit 1ed1716Copy full SHA for 1ed1716
WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardPromptsCardCell.swift
@@ -569,7 +569,7 @@ private extension DashboardPromptsCardCell {
569
case .viewMore:
570
return NSLocalizedString("View more prompts", comment: "Menu title to show more prompts.")
571
case .skip:
572
- return NSLocalizedString("Skip this prompt", comment: "Menu title to skip today's prompt.")
+ return NSLocalizedString("Skip for today", comment: "Menu title to skip today's prompt.")
573
case .remove:
574
return NSLocalizedString("Remove from dashboard", comment: "Destructive menu title to remove the prompt card from the dashboard.")
575
case .learnMore:
0 commit comments