diff --git a/Riot/Assets/de.lproj/Bwi.strings b/Riot/Assets/de.lproj/Bwi.strings index 0afb1ec1d..b16b7f78c 100644 --- a/Riot/Assets/de.lproj/Bwi.strings +++ b/Riot/Assets/de.lproj/Bwi.strings @@ -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 diff --git a/Riot/Assets/en.lproj/Bwi.strings b/Riot/Assets/en.lproj/Bwi.strings index a9c02e6b7..b9dacdb99 100644 --- a/Riot/Assets/en.lproj/Bwi.strings +++ b/Riot/Assets/en.lproj/Bwi.strings @@ -23,7 +23,6 @@ // MARK: - Location Sharing -"location_sharing_copyright_label" = ""; "location_sharing_map_credits_title" = "Mapbox Maps SDK for iOS"; // MARK: - Server Downtime diff --git a/Riot/Generated/BWIStrings.swift b/Riot/Generated/BWIStrings.swift index 64bf85833..42e2aa8e2 100644 --- a/Riot/Generated/BWIStrings.swift +++ b/Riot/Generated/BWIStrings.swift @@ -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") diff --git a/Riot/Modules/Room/TimelineCells/LocationView/RoomTimelineLocationView.swift b/Riot/Modules/Room/TimelineCells/LocationView/RoomTimelineLocationView.swift index e156ad922..f8b82eda5 100644 --- a/Riot/Modules/Room/TimelineCells/LocationView/RoomTimelineLocationView.swift +++ b/Riot/Modules/Room/TimelineCells/LocationView/RoomTimelineLocationView.swift @@ -175,7 +175,7 @@ class RoomTimelineLocationView: UIView, NibLoadable, Themable, MGLMapViewDelegat theme = ThemeService.shared().theme - attributionLabel.text = BWIL10n.locationSharingCopyrightLabel + attributionLabel.text = "" } // MARK: - Private