diff --git a/WordPress/Classes/ViewRelated/Post/Prepublishing Nudge/PrepublishingHeaderView.swift b/WordPress/Classes/ViewRelated/Post/Prepublishing Nudge/PrepublishingHeaderView.swift index 61cd1e8a3953..28285ba7faf5 100644 --- a/WordPress/Classes/ViewRelated/Post/Prepublishing Nudge/PrepublishingHeaderView.swift +++ b/WordPress/Classes/ViewRelated/Post/Prepublishing Nudge/PrepublishingHeaderView.swift @@ -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") } diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index 5c48277d16c9..4c676217bbfc 100644 --- a/WordPress/Resources/en.lproj/Localizable.strings +++ b/WordPress/Resources/en.lproj/Localizable.strings @@ -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";