mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 04:06:57 +02:00
LiveLocationSharingViewer: Change close action title.
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ struct LiveLocationSharingViewer: View {
|
||||
.navigationTitle(VectorL10n.locationSharingLiveViewerTitle)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .cancellationAction) {
|
||||
Button(VectorL10n.cancel) {
|
||||
Button(VectorL10n.close) {
|
||||
viewModel.send(viewAction: .done)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user