diff --git a/lms/templates/discussion/_user_profile.html b/lms/templates/discussion/_user_profile.html index 8660d8035f..7bf58a256a 100644 --- a/lms/templates/discussion/_user_profile.html +++ b/lms/templates/discussion/_user_profile.html @@ -15,7 +15,7 @@ % if check_permissions_by_view(user, course.id, content=None, name='update_moderator_status'): % if "Moderator" in role_names: - Revoke Moderator provileges + Revoke Moderator rights % else: Promote to Moderator % endif