From 2ecb7ae7640b6b6de58546289b2631d23cae2db7 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sat, 4 Feb 2017 15:23:14 +0800 Subject: [PATCH] update notification text --- pass/PasswordsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass/PasswordsViewController.swift b/pass/PasswordsViewController.swift index 4efe328..5f34c1f 100644 --- a/pass/PasswordsViewController.swift +++ b/pass/PasswordsViewController.swift @@ -32,7 +32,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV func syncPasswords() { SVProgressHUD.setDefaultMaskType(.black) - SVProgressHUD.show(withStatus: "Sync Passwords") + SVProgressHUD.show(withStatus: "Sync Password Store") DispatchQueue.global(qos: .userInitiated).async { [unowned self] in do { try PasswordStore.shared.pullRepository(transferProgressBlock: {(git_transfer_progress, stop) in