From 936d91e4150a465e8f0ad19d95c97c8d38fdc05e Mon Sep 17 00:00:00 2001 From: Danny Moesch Date: Wed, 13 Feb 2019 21:31:57 +0100 Subject: [PATCH] Add missing dot --- pass/Controllers/PasswordsViewController.swift | 2 +- pass/en.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pass/Controllers/PasswordsViewController.swift b/pass/Controllers/PasswordsViewController.swift index 270e792..63e58ae 100644 --- a/pass/Controllers/PasswordsViewController.swift +++ b/pass/Controllers/PasswordsViewController.swift @@ -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() } } diff --git a/pass/en.lproj/Localizable.strings b/pass/en.lproj/Localizable.strings index fc1932f..62c1aef 100644 --- a/pass/en.lproj/Localizable.strings +++ b/pass/en.lproj/Localizable.strings @@ -31,7 +31,7 @@ "CannotAddPassword" = "Cannot add password"; "WrongPassphrase" = "Wrong passphrase"; "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."; // Settings