From ffab52be36b221d202f7a90620db88508ebbd2df Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 4 Sep 2012 14:11:24 -0400 Subject: [PATCH] fixed typo on profile page and reworded button text --- lms/templates/discussion/_user_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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