MESSENGER-5379 removed unused label

This commit is contained in:
Frank Rotermund
2024-01-09 11:22:54 +01:00
parent d7749bb5da
commit b6b0378030
4 changed files with 1 additions and 7 deletions

View File

@@ -23,7 +23,6 @@
// MARK: - Location Sharing
"location_sharing_copyright_label" = "";
"location_sharing_map_credits_title" = "Mapbox Maps SDK für iOS";
// MARK: - Server Downtime

View File

@@ -23,7 +23,6 @@
// MARK: - Location Sharing
"location_sharing_copyright_label" = "";
"location_sharing_map_credits_title" = "Mapbox Maps SDK for iOS";
// MARK: - Server Downtime

View File

@@ -1003,10 +1003,6 @@ public class BWIL10n: NSObject {
public static var keyVerificationVerifyQrCodeTitle: String {
return BWIL10n.tr("Bwi", "key_verification_verify_qr_code_title")
}
///
public static var locationSharingCopyrightLabel: String {
return BWIL10n.tr("Bwi", "location_sharing_copyright_label")
}
/// Mapbox Maps SDK für iOS
public static var locationSharingMapCreditsTitle: String {
return BWIL10n.tr("Bwi", "location_sharing_map_credits_title")

View File

@@ -175,7 +175,7 @@ class RoomTimelineLocationView: UIView, NibLoadable, Themable, MGLMapViewDelegat
theme = ThemeService.shared().theme
attributionLabel.text = BWIL10n.locationSharingCopyrightLabel
attributionLabel.text = ""
}
// MARK: - Private