mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-03 20:07:59 +01:00
englishized
This commit is contained in:
parent
a6e9da81b0
commit
5d74151389
@ -7,7 +7,7 @@ struct AboutView: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
List {
|
List {
|
||||||
Section(footer: Text("about.version-\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Inconnue")")) {
|
Section(footer: Text("about.version-\(Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Unknown")")) {
|
||||||
NavigationLink {
|
NavigationLink {
|
||||||
aboutApp
|
aboutApp
|
||||||
} label: {
|
} label: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user