mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
MESSENGER-5379 removed unused label
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
// MARK: - Location Sharing
|
||||
|
||||
"location_sharing_copyright_label" = "";
|
||||
"location_sharing_map_credits_title" = "Mapbox Maps SDK for iOS";
|
||||
|
||||
// MARK: - Server Downtime
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -175,7 +175,7 @@ class RoomTimelineLocationView: UIView, NibLoadable, Themable, MGLMapViewDelegat
|
||||
|
||||
theme = ThemeService.shared().theme
|
||||
|
||||
attributionLabel.text = BWIL10n.locationSharingCopyrightLabel
|
||||
attributionLabel.text = ""
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
Reference in New Issue
Block a user