diff --git a/Signal/src/Loki/View Controllers/PNModeVC.swift b/Signal/src/Loki/View Controllers/PNModeVC.swift index f2293b421..f09be912d 100644 --- a/Signal/src/Loki/View Controllers/PNModeVC.swift +++ b/Signal/src/Loki/View Controllers/PNModeVC.swift @@ -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)