Skip to content

Commit

Permalink
Replace hyphen with em dash in Bloganuary nudge text (#22213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Dec 13, 2023
2 parents 244ffbd + 372a322 commit 882a8e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)

Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/en-GB.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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!";
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -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!";
Expand Down
2 changes: 1 addition & 1 deletion WordPress/Resources/ro.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -9568,7 +9568,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */
"bloganuary.dashboard.card.button.learnMore" = "Află mai multe";

/* Short description for the Bloganuary event, shown right below the title. */
"bloganuary.dashboard.card.description" = "În luna ianuarie, îndemnurile de a scrie vor veni de la Bloganuary - provocarea comunității noastre de a crea un obicei de a scrie pe bloguri în noul an.";
"bloganuary.dashboard.card.description" = "În luna ianuarie, îndemnurile de a scrie vor veni de la Bloganuary provocarea comunității noastre de a crea un obicei de a scrie pe bloguri în noul an.";

/* Title for the Bloganuary dashboard card. */
"bloganuary.dashboard.card.title" = "Bloganuary vine în curând!";
Expand Down

0 comments on commit 882a8e1

Please sign in to comment.