From 2d8ec035553b3a41166efda7b0640f458621388f Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 6 Feb 2017 14:33:54 +0800 Subject: [PATCH] add notice after fetching the key --- pass/SettingsTableViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass/SettingsTableViewController.swift b/pass/SettingsTableViewController.swift index 0992f70..fdf8652 100644 --- a/pass/SettingsTableViewController.swift +++ b/pass/SettingsTableViewController.swift @@ -87,7 +87,7 @@ class SettingsTableViewController: UITableViewController { do { try PasswordStore.shared.initPGP(pgpKeyURL: Defaults[.pgpKeyURL]!, pgpKeyLocalPath: Globals.shared.secringPath) DispatchQueue.main.async { - SVProgressHUD.showSuccess(withStatus: "Success") + SVProgressHUD.showSuccess(withStatus: "Success. Remember to remove the key from the server.") SVProgressHUD.dismiss(withDelay: 1) } } catch {