update notification text
This commit is contained in:
parent
7e34c6f81e
commit
2ecb7ae764
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue