Просмотр исходного кода

Improved code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 лет назад
Родитель
Сommit
79b3f82968
1 измененных файлов с 1 добавлено и 1 удалено
  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)
             }