Add missing dot
This commit is contained in:
parent
d698f2e3c3
commit
936d91e415
2 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
||||||
if let underlyingError = error.userInfo[NSUnderlyingErrorKey] as? NSError {
|
if let underlyingError = error.userInfo[NSUnderlyingErrorKey] as? NSError {
|
||||||
message = message | "UnderlyingError".localize(underlyingError.localizedDescription)
|
message = message | "UnderlyingError".localize(underlyingError.localizedDescription)
|
||||||
if underlyingError.localizedDescription.contains("WrongPassphrase".localize()) {
|
if underlyingError.localizedDescription.contains("WrongPassphrase".localize()) {
|
||||||
message = message | "RecoverySuggestion".localize()
|
message = message | "RecoverySuggestion.".localize()
|
||||||
gitCredential.delete()
|
gitCredential.delete()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
"CannotAddPassword" = "Cannot add password";
|
"CannotAddPassword" = "Cannot add password";
|
||||||
"WrongPassphrase" = "Wrong passphrase";
|
"WrongPassphrase" = "Wrong passphrase";
|
||||||
"MakeSurePgpAndGitProperlySet." = "Please make sure PGP key and Git server are properly set.";
|
"MakeSurePgpAndGitProperlySet." = "Please make sure PGP key and Git server are properly set.";
|
||||||
"RecoverySuggestion" = "Recovery suggestion: Wrong credential password/passphrase has been removed, please try again.";
|
"RecoverySuggestion." = "Recovery suggestion: Wrong credential password/passphrase has been removed, please try again.";
|
||||||
"NSURLFileAllocatedSizeKeyShouldAlwaysReturnValue." = "Huh? NSURLFileAllocatedSizeKey should always return a value.";
|
"NSURLFileAllocatedSizeKeyShouldAlwaysReturnValue." = "Huh? NSURLFileAllocatedSizeKey should always return a value.";
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue