Added title to New action sheet
This commit is contained in:
parent
09b8e58845
commit
10fe82d45b
|
@ -4,6 +4,7 @@
|
|||
|
||||
"Add" = "Add";
|
||||
"New" = "New";
|
||||
"New ..." = "New ...";
|
||||
|
||||
"Show less ..." = "Show less ...";
|
||||
"Show all ..." = "Show all ...";
|
||||
|
|
|
@ -59,7 +59,7 @@ struct ContentView: View {
|
|||
|
||||
SheetPresenter(presentingSheet: $showTransferMoneyOptionsActionSheet, content:
|
||||
ActionSheet(
|
||||
title: Text(""),
|
||||
title: Text("New ..."),
|
||||
buttons: [
|
||||
.default(Text("Show transfer money dialog")) { self.selectedTransferMoneyOption = 1 },
|
||||
.cancel()
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
"Add" = "Hinzufügen";
|
||||
"New" = "Neu";
|
||||
"New ..." = "Neu ...";
|
||||
|
||||
"Show less ..." = "Weniger anzeigen ...";
|
||||
"Show all ..." = "Alles anzeigen ...";
|
||||
|
|
Loading…
Reference in New Issue