mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Remove MatrixKitL10n from SwiftGen
Uses VectorL10n everywhere.
This commit is contained in:
@@ -29,10 +29,10 @@ final class CameraAccessAlertPresenter {
|
||||
|
||||
let alert = UIAlertController(title: VectorL10n.camera, message: VectorL10n.cameraAccessNotGranted(appDisplayName), preferredStyle: .alert)
|
||||
|
||||
let cancelActionTitle = MatrixKitL10n.ok
|
||||
let cancelActionTitle = VectorL10n.ok
|
||||
let cancelAction = UIAlertAction(title: cancelActionTitle, style: .cancel)
|
||||
|
||||
let settingsActionTitle = MatrixKitL10n.settings
|
||||
let settingsActionTitle = VectorL10n.settings
|
||||
let settingsAction = UIAlertAction(title: settingsActionTitle, style: .default, handler: { _ in
|
||||
UIApplication.shared.open(settingsURL, options: [:], completionHandler: { (succeed) in
|
||||
if !succeed {
|
||||
|
||||
Reference in New Issue
Block a user