Skip to content

Commit

Permalink
Pre-publishing sheet: Fix typo (#22656)
Browse files Browse the repository at this point in the history
  • Loading branch information
momo-ozawa authored Feb 21, 2024
2 parents 094d710 + a3ebe2f commit ff61a0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ final class PrepublishingHeaderView: UIView {
}

private enum Strings {
static let close = NSLocalizedString("prepublishing.pubishingTo", value: "Close", comment: "Voiceover accessibility label informing the user that this button dismiss the current view")
static let publishingTo = NSLocalizedString("prepublishing.pubishingTo", value: "Publishing to", comment: "Label in the header in the pre-publishing sheet")
static let close = NSLocalizedString("prepublishing.close", value: "Close", comment: "Voiceover accessibility label informing the user that this button dismiss the current view")
static let publishingTo = NSLocalizedString("prepublishing.publishingTo", value: "Publishing to", comment: "Label in the header in the pre-publishing sheet")
}
10 changes: 6 additions & 4 deletions WordPress/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -6994,22 +6994,24 @@ Please install the %3$@ to use the app with this site.";
/* Label for a cell in the pre-publishing sheet */
"prepublishing.categories" = "Categories";

/* Voiceover accessibility label informing the user that this button dismiss the current view */
"prepublishing.close" = "Close";

/* Label for a cell in the pre-publishing sheet */
"prepublishing.jetpackSocial" = "Jetpack Social";

/* Placeholder for a cell in the pre-publishing sheet */
"prepublishing.postTitle" = "Title";

/* Label in the header in the pre-publishing sheet
Voiceover accessibility label informing the user that this button dismiss the current view */
"prepublishing.pubishingTo" = "Close";

/* Primary button label in the pre-publishing sheet */
"prepublishing.publish" = "Publish";

/* Label for a cell in the pre-publishing sheet */
"prepublishing.publishDate" = "Publish Date";

/* Label in the header in the pre-publishing sheet */
"prepublishing.publishingTo" = "Publishing to";

/* Primary button label in the pre-publishing shee */
"prepublishing.schedule" = "Schedule";

Expand Down

0 comments on commit ff61a0d

Please sign in to comment.