Changed location sharing credits title and copyright

This commit is contained in:
Arnfried Griesert
2022-11-28 05:24:46 +01:00
parent 1e406da25f
commit 89a98e94be
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/")!)