Skip to content

Commit

Permalink
Update WordPress/Classes/ViewRelated/Post/PostSettingsViewController+…
Browse files Browse the repository at this point in the history
…Swift.swift

Co-authored-by: Momo Ozawa <[email protected]>
  • Loading branch information
kean and momo-ozawa authored May 7, 2024
1 parent 4b6f95e commit 029d24f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ extension PostSettingsViewController {

private func showWarningPostWillBePublishedAlert() {
let alert = UIAlertController(title: nil, message: Strings.warningPostWillBePublishedAlertMessage, preferredStyle: .alert)
alert.addAction(UIAlertAction(title: NSLocalizedString("Ok", comment: "Ok"), style: .default))
alert.addAction(UIAlertAction(title: NSLocalizedString("postSettings.ok", value: "OK", comment: "Button OK"), style: .default))
present(alert, animated: true)
}
}
Expand Down

0 comments on commit 029d24f

Please sign in to comment.