From 6155351482548b5ebd768a36b82eb281cdc81b98 Mon Sep 17 00:00:00 2001 From: Chris McGraw <2454408+wargcm@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:35:47 -0500 Subject: [PATCH] Update Bloganury nude text's `value` to be one line --- .../Cards/Prompts/DashboardBloganuaryCardCell.swift | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 71030375ae57..e267bab74592 100644 --- a/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift +++ b/WordPress/Classes/ViewRelated/Blog/Blog Dashboard/Cards/Prompts/DashboardBloganuaryCardCell.swift @@ -162,10 +162,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 — \ - our community challenge to build a blogging habit for the new year. - """, + value: "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." )