From 4ca6c391742b19884f3b9aff3942ef061a96da11 Mon Sep 17 00:00:00 2001 From: Yishi Lin Date: Thu, 4 May 2017 20:17:59 +0800 Subject: [PATCH] Polish error message --- pass/AppError.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass/AppError.swift b/pass/AppError.swift index b872614..0305c36 100644 --- a/pass/AppError.swift +++ b/pass/AppError.swift @@ -28,7 +28,7 @@ enum AppError: Error { case .PasswordDuplicatedError: return "Cannot add the password: password duplicated." case .GitResetError: - return "Cannot decide how to reset." + return "Cannot identify the latest synced commit." case .PGPPublicKeyNotExistError: return "PGP public key doesn't exist." case .UnknownError: