瀏覽代碼

fix typo pt2

cyBerta 5 年之前
父節點
當前提交
071f8b1c5a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Controller/WelcomeViewController.swift

+ 1 - 1
deltachat-ios/Controller/WelcomeViewController.swift

@@ -149,7 +149,7 @@ class WelcomeViewController: UIViewController, ProgressAlertHandler {
             })
         }
 
-        let title = String.localized("qraccount_creation_failt")
+        let title = String.localized("qraccount_creation_failed")
         let alert = UIAlertController(title: title, message: nil, preferredStyle: .alert)
         let okAction = UIAlertAction(
             title: String.localized("ok"),