@ -116,7 +116,7 @@ public class ContactFieldView: UIView {
stackView.isLayoutMarginsRelativeArrangement = true
let nameLabel = UILabel()
nameLabel.text = name
nameLabel.text = name.lowercased()
nameLabel.font = UIFont.ows_dynamicTypeSubheadline
nameLabel.textColor = UIColor.black
nameLabel.lineBreakMode = .byTruncatingTail