diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 9137b876d..179e0b1e0 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -384,7 +384,7 @@ private extension SettingsViewController { } func exportOPMLAccountPicker(sourceView: UIView, sourceRect: CGRect) { - let title = NSLocalizedString("Select an Export Account", comment: "Select an Export Account") + let title = NSLocalizedString("Choose an account with the subscriptions to export", comment: "Export Account") let alert = UIAlertController(title: title, message: nil, preferredStyle: .actionSheet) if let popoverController = alert.popoverPresentationController {