This commit is contained in:
nielsandriesse 2020-07-31 13:56:11 +10:00
parent e72c4a405f
commit 6286569245
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ final class PNModeVC : BaseVC, OptionViewDelegate {
@objc private func register() {
guard selectedOptionView != nil else {
let title = NSLocalizedString("vc_pn_mode_no_option_picked_dialog_title", comment: "")
let title = NSLocalizedString("vc_pn_mode_no_option_picked_modal_title", comment: "")
let alert = UIAlertController(title: title, message: nil, preferredStyle: .alert)
alert.addAction(UIAlertAction(title: NSLocalizedString("OK", comment: ""), style: .default, handler: nil))
return present(alert, animated: true, completion: nil)