mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fixes #4881 - Replaced InfoPlist.cfBundleDisplayName with AppInfo.current.displayName and removed the now unused InfoPlist generated class.
This commit is contained in:
@@ -121,7 +121,7 @@ final class MajorUpdateViewController: UIViewController {
|
||||
self.disclosureImageView.image = Asset.Images.disclosureIcon.image
|
||||
self.newLogoImageView.image = Asset.Images.launchScreenLogo.image
|
||||
|
||||
self.titleLabel.text = VectorL10n.majorUpdateTitle(InfoPlist.cfBundleDisplayName)
|
||||
self.titleLabel.text = VectorL10n.majorUpdateTitle(AppInfo.current.displayName)
|
||||
self.informationLabel.text = VectorL10n.majorUpdateInformation
|
||||
|
||||
self.learnMoreButton.setTitle(VectorL10n.majorUpdateLearnMoreAction, for: .normal)
|
||||
|
||||
Reference in New Issue
Block a user