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

@@ -22,7 +22,7 @@ class MasterTimelineTitleView: UIView {
set { }
get {
if let name = label.text {
let unreadLabel = NSLocalizedString("unread", comment: "Unread label for accessiblity")
let unreadLabel = NSLocalizedString("unread", comment: "Unread label for accessibility")
return "\(name) \(unreadCountView.unreadCount) \(unreadLabel)"
}
else {