Added title to New action sheet

This commit is contained in:
dankito 2020-07-28 12:24:05 +02:00
parent 09b8e58845
commit 10fe82d45b
3 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"Add" = "Add";
"New" = "New";
"New ..." = "New ...";
"Show less ..." = "Show less ...";
"Show all ..." = "Show all ...";

View File

@ -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()

View File

@ -4,6 +4,7 @@
"Add" = "Hinzufügen";
"New" = "Neu";
"New ..." = "Neu ...";
"Show less ..." = "Weniger anzeigen ...";
"Show all ..." = "Alles anzeigen ...";