mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
+6
-6
@@ -84,16 +84,16 @@ final class KeyVerificationVerifiedViewController: UIViewController {
|
||||
|
||||
switch self.verificationKind {
|
||||
case .otherSession:
|
||||
bodyTitle = VectorL10n.deviceVerificationVerifiedTitle
|
||||
bodyTitle = BWIL10n.deviceVerificationVerifiedTitle
|
||||
informationText = VectorL10n.keyVerificationVerifiedOtherSessionInformation
|
||||
case .newSession:
|
||||
bodyTitle = VectorL10n.keyVerificationVerifiedNewSessionTitle
|
||||
informationText = VectorL10n.keyVerificationVerifiedNewSessionInformation
|
||||
informationText = BWIL10n.keyVerificationVerifiedNewSessionInformation
|
||||
case .thisSession:
|
||||
bodyTitle = VectorL10n.deviceVerificationVerifiedTitle
|
||||
informationText = VectorL10n.keyVerificationVerifiedThisSessionInformation
|
||||
bodyTitle = BWIL10n.deviceVerificationVerifiedTitle
|
||||
informationText = BWIL10n.keyVerificationVerifiedThisSessionInformation
|
||||
case .user:
|
||||
bodyTitle = VectorL10n.deviceVerificationVerifiedTitle
|
||||
bodyTitle = BWIL10n.deviceVerificationVerifiedTitle
|
||||
informationText = VectorL10n.keyVerificationVerifiedUserInformation
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ final class KeyVerificationVerifiedViewController: UIViewController {
|
||||
self.titleLabel.text = bodyTitle
|
||||
self.informationLabel.text = informationText
|
||||
|
||||
self.doneButton.setTitle(VectorL10n.deviceVerificationVerifiedGotItButton, for: .normal)
|
||||
self.doneButton.setTitle(BWIL10n.deviceVerificationVerifiedGotItButton, for: .normal)
|
||||
}
|
||||
|
||||
private func update(theme: Theme) {
|
||||
|
||||
Reference in New Issue
Block a user