Provides verbatim comment for MasterTimelineTlView

This commit is contained in:
Stuart Breckenridge
2023-01-16 14:43:44 +08:00
parent 7933345a12
commit 669a3ee7b0

View File

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