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