Add missing dot

This commit is contained in:
Danny Moesch 2019-02-13 21:31:57 +01:00 committed by Mingshen Sun
parent d698f2e3c3
commit 936d91e415
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
if let underlyingError = error.userInfo[NSUnderlyingErrorKey] as? NSError {
message = message | "UnderlyingError".localize(underlyingError.localizedDescription)
if underlyingError.localizedDescription.contains("WrongPassphrase".localize()) {
message = message | "RecoverySuggestion".localize()
message = message | "RecoverySuggestion.".localize()
gitCredential.delete()
}
}