From fd8b9e4aac22e536aaaff8aa5b18a15388b44f3c Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Mon, 20 Feb 2017 22:02:49 +0800 Subject: [PATCH] make notification consistent --- pass/Controllers/SettingsTableViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {