diff --git a/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift b/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift index d81169c5ec1c..71030375ae57 100644 --- a/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift +++ b/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift @@ -163,7 +163,7 @@ private struct BloganuaryNudgeCardView: View { static let description = NSLocalizedString( "bloganuary.dashboard.card.description", value: """ - For the month of January, blogging prompts will come from Bloganuary - \ + For the month of January, blogging prompts will come from Bloganuary — \ our community challenge to build a blogging habit for the new year. """, comment: "Short description for the Bloganuary event, shown right below the title." diff --git a/WordPress/Resources/en-GB.lproj/Localizable.strings b/WordPress/Resources/en-GB.lproj/Localizable.strings index 3fbcdcb4e9d0..042106adf0c3 100644 --- a/WordPress/Resources/en-GB.lproj/Localizable.strings +++ b/WordPress/Resources/en-GB.lproj/Localizable.strings @@ -9568,7 +9568,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ "bloganuary.dashboard.card.button.learnMore" = "Learn more"; /* Short description for the Bloganuary event, shown right below the title. */ -"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary – our community challenge to build a blogging habit for the new year."; +"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary — our community challenge to build a blogging habit for the new year."; /* Title for the Bloganuary dashboard card. */ "bloganuary.dashboard.card.title" = "Bloganuary is coming!"; diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index b9f9a123e786..a05023cb3acd 100644 --- a/WordPress/Resources/en.lproj/Localizable.strings +++ b/WordPress/Resources/en.lproj/Localizable.strings @@ -1367,7 +1367,7 @@ "bloganuary.dashboard.card.button.learnMore" = "Learn more"; /* Short description for the Bloganuary event, shown right below the title. */ -"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary - our community challenge to build a blogging habit for the new year."; +"bloganuary.dashboard.card.description" = "For the month of January, blogging prompts will come from Bloganuary — our community challenge to build a blogging habit for the new year."; /* Title for the Bloganuary dashboard card. */ "bloganuary.dashboard.card.title" = "Bloganuary is coming!";