From 63f8074402e206233ae6a272ec37d4f4e8314084 Mon Sep 17 00:00:00 2001 From: Saleem Latif Date: Wed, 30 Jan 2019 14:28:32 +0500 Subject: [PATCH] Update dashboard alert link and account settings page styling --- common/djangoapps/student/views/dashboard.py | 2 +- lms/static/js/student_account/views/account_settings_factory.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/djangoapps/student/views/dashboard.py b/common/djangoapps/student/views/dashboard.py index 744b3ebbf3..9a49dec2d5 100644 --- a/common/djangoapps/student/views/dashboard.py +++ b/common/djangoapps/student/views/dashboard.py @@ -642,7 +642,7 @@ def student_dashboard(request): "Add a recovery email to retain access when single-sign on is not available. " "Go to {link_start}your Account Settings{link_end}.") ).format( - link_start=HTML("").format( + link_start=HTML("").format( account_setting_page=reverse('account_settings'), ), link_end=HTML("") diff --git a/lms/static/js/student_account/views/account_settings_factory.js b/lms/static/js/student_account/views/account_settings_factory.js index 0c5f278238..ae8319eaab 100644 --- a/lms/static/js/student_account/views/account_settings_factory.js +++ b/lms/static/js/student_account/views/account_settings_factory.js @@ -88,7 +88,7 @@ secondaryEmailFieldData = { model: userAccountModel, - title: gettext('Recovery Address'), + title: gettext('Recovery Email Address'), valueAttribute: 'secondary_email', helpMessage: gettext('You may access your account when single-sign on is not available.'), persistChanges: true