From 34da6e8ab3cadb57ca58837258cd5b691857b6c6 Mon Sep 17 00:00:00 2001 From: Zubair Shakoor Date: Wed, 21 May 2025 23:55:01 +0500 Subject: [PATCH] fix: added Required Asterisk sign in the labels --- .../instructor_dashboard_2/extensions.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/extensions.html b/lms/templates/instructor/instructor_dashboard_2/extensions.html index b32f6d025743..c18767621098 100644 --- a/lms/templates/instructor/instructor_dashboard_2/extensions.html +++ b/lms/templates/instructor/instructor_dashboard_2/extensions.html @@ -13,11 +13,11 @@

${_("Individual due date extensions")}

${_("Specify the {platform_name} email address or username of a student " - "here:").format(platform_name=settings.PLATFORM_NAME)} + "here*:").format(platform_name=settings.PLATFORM_NAME)}

- ${_("Choose the graded subsection:")} + ${_("Choose the graded subsection*:")}

@@ -52,7 +52,7 @@

${_("Viewing granted extensions")}

"students who have extensions for the given subsection.")}

- ${_("Choose the graded subsection:")} + ${_("Choose the graded subsection*:")} ${_("Resetting extensions")}

${_("Specify the {platform_name} email address or username of a student " - "here:").format(platform_name=settings.PLATFORM_NAME)} + "here*:").format(platform_name=settings.PLATFORM_NAME)}

- ${_("Choose the graded subsection:")} + ${_("Choose the graded subsection*:")}