Skip to content

Commit

Permalink
Replace hyphen with dash in Bloganuary nudge text
Browse files Browse the repository at this point in the history
  • Loading branch information
wargcm committed Dec 13, 2023
1 parent 8d697dd commit 0834423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
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

0 comments on commit 0834423

Please sign in to comment.