소스 검색

removed avatar prefic

nayooti 5 년 전
부모
커밋
edc43a12a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/View/InitialsBadge.swift

+ 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
         }
     }