update notification text

This commit is contained in:
Bob Sun 2017-02-04 15:23:14 +08:00
parent 7e34c6f81e
commit 2ecb7ae764
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -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