Skip to content

Commit a1a78a9

Browse files
authored
Parent - Manage Students - Student name as header (#3114)
refs: MBL-18394 affects: Parent release note: None test plan: VoiceOver should read student's name as a header.
1 parent 2b899d7 commit a1a78a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parent/Parent/Students/StudentDetailsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class StudentDetailsViewController: ScreenViewTrackableViewController, ErrorView
117117
}
118118
avatarView.name = student.first?.name ?? ""
119119
avatarView.url = student.first?.avatarURL
120+
nameLabel.accessibilityTraits = .header
120121
}
121122

122123
func updateThresholds() {

0 commit comments

Comments
 (0)