LocationSharingView: Change close action title.

This commit is contained in:
SBiOSoftWhare
2022-07-06 16:37:41 +02:00
parent a3d2e30993
commit db0bb534fd
@@ -43,7 +43,7 @@ struct LocationSharingView: View {
.background(theme.colors.background.ignoresSafeArea())
.toolbar {
ToolbarItem(placement: .navigationBarLeading) {
Button(VectorL10n.cancel, action: {
Button(VectorL10n.close, action: {
context.send(viewAction: .cancel)
})
}