From 75f127d76b98d980762efca748af5014a505ee2e Mon Sep 17 00:00:00 2001 From: Victor Shnayder Date: Fri, 31 May 2013 09:34:32 -0400 Subject: [PATCH] Change help button text, fixing LMS-319 --- lms/templates/help_modal.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index deebd391d2..35963075e6 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -20,17 +20,18 @@ <% discussion_link = get_discussion_link(course) if course else None %> -% if discussion_link: -

- Have a course-specific question? - - Post it on the course forums. - -

-
-% endif -

Have a general question about edX? Check the FAQ.

+% if discussion_link: +

If you have a question, problem, or suggestion specific to this course (regarding the + lectures, homework, tools, or other materials), please post it on the + course discussion forum. +

+% endif +

If you have a general question regarding edX or use of the site, please check the + FAQ!

+ +

If you would like to contact the edX general support team directly, please use one of + the buttons below:


@@ -58,9 +59,10 @@ discussion_link = get_discussion_link(course) if course else None % endif - + - +