From cb52915370cac51a0096fc6e9ef859a6616c44bf Mon Sep 17 00:00:00 2001 From: Juliana Kang Date: Thu, 6 Jun 2024 16:41:54 -0400 Subject: [PATCH] fix: Financial Assistance Letter extend time to award and styling edits (#34913) REV-4066 --- lms/djangoapps/courseware/views/views.py | 15 ++++++++------- lms/static/sass/views/_financial-assistance.scss | 2 +- .../financial-assistance.html | 3 ++- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/lms/djangoapps/courseware/views/views.py b/lms/djangoapps/courseware/views/views.py index 3bf8ae10e8c2..86ecbb412215 100644 --- a/lms/djangoapps/courseware/views/views.py +++ b/lms/djangoapps/courseware/views/views.py @@ -1977,13 +1977,14 @@ def get_template_and_context(self, course, video_block): # Translators: "percent_sign" is the symbol "%". "platform_name" is a # string identifying the name of this installation, such as "edX". FINANCIAL_ASSISTANCE_HEADER = _( - 'We plan to use this information to evaluate your application for financial assistance and to further develop our' - ' financial assistance program. Please note that while \nassistance is available in most courses that offer' - ' verified certificates, a few courses and programs are not eligible. You must complete a separate application' - ' \nfor each course you take. You may be approved for financial assistance five (5) times each year' - ' (based on 12-month period from you first approval). \nTo apply for financial assistance: \n' - '1. Enroll in the audit track for an eligible course that offers Verified Certificates \n2. Complete this' - ' application \n3. Check your email, your application will be reviewed in 3-4 business days' + 'We plan to use this information to evaluate your application for financial assistance and to further develop our ' + 'financial assistance program. \nPlease note that while assistance is available in most courses that offer ' + 'verified certificates, a few courses and programs are not eligible. You must complete a separate application ' + 'for each course you take. You may be approved for financial assistance five (5) times each year ' + '(based on 12-month period from you first approval). \nTo apply for financial assistance: ' + '\n1. Enroll in the audit track for an eligible course that offers Verified Certificates. ' + '\n2. Complete this application. ' + '\n3. Check your email, please allow 4 weeks for your application to be processed.' ) diff --git a/lms/static/sass/views/_financial-assistance.scss b/lms/static/sass/views/_financial-assistance.scss index ce9ad6c24ae7..122d6aa7c3de 100644 --- a/lms/static/sass/views/_financial-assistance.scss +++ b/lms/static/sass/views/_financial-assistance.scss @@ -32,7 +32,7 @@ p { line-height: $base-line-height; - margin-top: 0; + margin-top: 1em; color: $gray-700; font-size: 1em; } diff --git a/lms/templates/financial-assistance/financial-assistance.html b/lms/templates/financial-assistance/financial-assistance.html index f44f49e51150..9d43ff569c25 100644 --- a/lms/templates/financial-assistance/financial-assistance.html +++ b/lms/templates/financial-assistance/financial-assistance.html @@ -36,7 +36,8 @@

${_("A Note to Learners")}

## Translators: This string will not be used in Open edX installations.

${_("EdX is committed to making it possible for you to take high quality courses from leading institutions regardless of your financial situation, earn a Verified Certificate, and share your success with others.")}

## Translators: This string will not be used in Open edX installations. Do not translate the name "Anant". -

${_("Sincerely, Anant")}

+

${_("Sincerely,")}

+

${_("Anant")}

% endif