nayooti 5 жил өмнө
parent
commit
edc43a12a5

+ 1 - 1
deltachat-ios/View/InitialsBadge.swift

@@ -96,7 +96,7 @@ class InitialsBadge: UIView {
         self.imageView.isHidden = false
         self.label.isHidden = true
         if let text = accessibilityLabelText {
-            accessibilityLabel = "avatar \(text)"
+            accessibilityLabel = text
         }
     }