diff --git a/cms/templates/manage_users.html b/cms/templates/manage_users.html
index 6dc1561c9f..e43ceaea59 100644
--- a/cms/templates/manage_users.html
+++ b/cms/templates/manage_users.html
@@ -68,7 +68,7 @@
))}">
<% is_instuctor = is_user_in_course_group_role(user, context_course.location, 'instructor', check_staff=False) %>
- % if is_instuctor and len(instructors) == 1:
+ % if is_instuctor:
${_("Current Role:")}