瀏覽代碼

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