Polish error message
This commit is contained in:
parent
f0ca07187c
commit
4ca6c39174
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ enum AppError: Error {
|
||||||
case .PasswordDuplicatedError:
|
case .PasswordDuplicatedError:
|
||||||
return "Cannot add the password: password duplicated."
|
return "Cannot add the password: password duplicated."
|
||||||
case .GitResetError:
|
case .GitResetError:
|
||||||
return "Cannot decide how to reset."
|
return "Cannot identify the latest synced commit."
|
||||||
case .PGPPublicKeyNotExistError:
|
case .PGPPublicKeyNotExistError:
|
||||||
return "PGP public key doesn't exist."
|
return "PGP public key doesn't exist."
|
||||||
case .UnknownError:
|
case .UnknownError:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue