浏览代码

Improved code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
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)
             }