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
@@ -33,7 +33,7 @@ struct MapCreditsView: View {
Button {
action?()
} label: {
Text(VectorL10n.locationSharingMapCreditsTitle)
Text(BWIL10n.locationSharingCopyrightLabel)
.font(theme.fonts.footnote)
.foregroundColor(theme.colors.accent)
}