diff --git a/pass/Controllers/SettingsTableViewController.swift b/pass/Controllers/SettingsTableViewController.swift index 6595e95..1289d63 100644 --- a/pass/Controllers/SettingsTableViewController.swift +++ b/pass/Controllers/SettingsTableViewController.swift @@ -41,7 +41,7 @@ class SettingsTableViewController: UITableViewController { pgpPrivateKeyLocalPath: Globals.pgpPrivateKeyPath) DispatchQueue.main.async { self.pgpKeyTableViewCell.detailTextLabel?.text = Defaults[.pgpKeyID] - SVProgressHUD.showSuccess(withStatus: "Success.") + SVProgressHUD.showSuccess(withStatus: "Success") SVProgressHUD.dismiss(withDelay: 1) Utils.alert(title: "Rememver to Remove the Key", message: "Remember to remove the key from the server.", controller: self, completion: nil) } @@ -74,7 +74,7 @@ class SettingsTableViewController: UITableViewController { pgpPrivateKeyLocalPath: Globals.pgpPrivateKeyPath) DispatchQueue.main.async { self.pgpKeyTableViewCell.detailTextLabel?.text = Defaults[.pgpKeyID] - SVProgressHUD.showSuccess(withStatus: "Success.") + SVProgressHUD.showSuccess(withStatus: "Success") SVProgressHUD.dismiss(withDelay: 1) } } catch {