mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Remove unused NSBundle extension methods.
Fix compile errors and remove duplicate strings after rebase.
This commit is contained in:
@@ -313,7 +313,7 @@ extension ServiceTermsModalScreenViewController: ServiceTermsModalTableHeaderVie
|
||||
}
|
||||
|
||||
let alertController = UIAlertController(title: title, message: message, preferredStyle: .alert)
|
||||
alertController.addAction(UIAlertAction(title: Bundle.mxk_localizedString(forKey: "ok"), style: .default))
|
||||
alertController.addAction(UIAlertAction(title: VectorL10n.ok, style: .default))
|
||||
|
||||
present(alertController, animated: true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user