From a437bc71e18c243f2b28ac110464ebd55ac3f456 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNASOS?= Date: Wed, 19 Apr 2023 17:21:43 +0300 Subject: [PATCH] Fix #1233 screen reader issue issue --- .../instructor-student-list-page.component.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html index f5d33cddf67..59109cbdc6f 100644 --- a/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html +++ b/src/web/app/pages-instructor/instructor-student-list-page/instructor-student-list-page.component.html @@ -37,25 +37,22 @@

Students

-
-

{{courseTab.stats.numOfStudents}}

-

students

+
+

{{courseTab.stats.numOfStudents}} students

-

{{courseTab.stats.numOfSections}}

-

sections

+

{{courseTab.stats.numOfSections}} sections

-

{{courseTab.stats.numOfTeams}}

-

teams

+

{{courseTab.stats.numOfTeams}} teams