Fixed that navigation bar title didn't get translated
This commit is contained in:
parent
bb2343d4f4
commit
633462dea3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct ContentView: View {
|
|||
|
||||
}
|
||||
.navigationBarHidden(false)
|
||||
.navigationBarTitle(navigationBarTitle)
|
||||
.navigationBarTitle(navigationBarTitle.localize())
|
||||
.navigationBarItems(leading: leadingNavigationBarItem)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue