mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
LocationSharingView: Change close action title.
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user