Fix typos

This commit is contained in:
Dimitris Apostolou
2022-12-31 18:52:42 +02:00
parent b1a86031fe
commit 13e78f120f
10 changed files with 14 additions and 14 deletions

View File

@@ -181,7 +181,7 @@ class ReaderAPIAccountViewController: UITableViewController, Logging {
case .success:
break
case .failure(let error):
self.showError(NSLocalizedString(error.localizedDescription, comment: "Accoount Refresh Error"))
self.showError(NSLocalizedString(error.localizedDescription, comment: "Account Refresh Error"))
}
}