Added label for New tab
This commit is contained in:
parent
cc9b7dc695
commit
09b8e58845
|
@ -3,6 +3,7 @@
|
|||
"Cancel" = "Cancel";
|
||||
|
||||
"Add" = "Add";
|
||||
"New" = "New";
|
||||
|
||||
"Show less ..." = "Show less ...";
|
||||
"Show all ..." = "Show all ...";
|
||||
|
|
|
@ -70,6 +70,7 @@ struct ContentView: View {
|
|||
.tabItem {
|
||||
VStack {
|
||||
Image(systemName: "plus.circle.fill")
|
||||
Text("New")
|
||||
}
|
||||
}
|
||||
.tag(1)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"Cancel" = "Abbrechen";
|
||||
|
||||
"Add" = "Hinzufügen";
|
||||
"New" = "Neu";
|
||||
|
||||
"Show less ..." = "Weniger anzeigen ...";
|
||||
"Show all ..." = "Alles anzeigen ...";
|
||||
|
|
Loading…
Reference in New Issue