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: