Changed location sharing credits title and copyright

This commit is contained in:
Arnfried Griesert
2022-11-28 05:24:46 +01:00
parent 01db5e6af0
commit 4eb6e5d993
4 changed files with 4 additions and 2 deletions
@@ -22,7 +22,7 @@ struct MapCreditsActionSheet {
// Map credits action sheet
var sheet: ActionSheet {
ActionSheet(title: Text(VectorL10n.locationSharingMapCreditsTitle),
ActionSheet(title: Text(BWIL10n.locationSharingMapCreditsTitle),
buttons: [
.default(Text("© MapTiler")) {
openURL(URL(string: "https://www.maptiler.com/copyright/")!)