mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +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)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,7 +43,7 @@ struct LocationSharingView: View {
|
||||
.background(theme.colors.background.ignoresSafeArea())
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .navigationBarLeading) {
|
||||
Button(VectorL10n.close, action: {
|
||||
Button(VectorL10n.cancel, action: {
|
||||
context.send(viewAction: .cancel)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user