Browse Source

Improved code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
79b3f82968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Utility/HUDView.swift

+ 1 - 1
iOSClient/Utility/HUDView.swift

@@ -81,7 +81,7 @@ struct ContentView: View {
                     }
                     .navigationTitle("Content View")
                 }
-                HUDView(showHUD: $showHUD, textLabel: "waiting ...", image: "doc")
+                HUDView(showHUD: $showHUD, textLabel: NSLocalizedString("_wait_", comment: ""), image: "doc.badge.arrow.up")
                     .offset(y: showHUD ? (geo.size.height / 2) : -200)
                     .animation(.easeOut)
             }