diff --git a/lms/templates/verify_student/_verification_header.html b/lms/templates/verify_student/_verification_header.html
index 39a33e76eb..cb1b947641 100644
--- a/lms/templates/verify_student/_verification_header.html
+++ b/lms/templates/verify_student/_verification_header.html
@@ -22,6 +22,13 @@
${course_name}
+ %if modes_dict and "professional" in modes_dict:
+
+
+ ${_("Professional Education")}
+
+
+ %else:
%if upgrade:
@@ -33,6 +40,7 @@
%endif
+ %endif