From 3492eecd344d5466ff307dd0a0d251e3b0e2a992 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Fri, 12 Jan 2018 14:09:13 +0500 Subject: [PATCH] Added field description for accessibility In account settings page when language changes the page is refreshed to apply changes. But user is not advised about this change before using the field. So added description so user knows about reload beforehand. LEARNER-3832 --- lms/static/js/student_account/views/account_settings_factory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 756c8cb64c..58c274ad13 100644 --- a/lms/static/js/student_account/views/account_settings_factory.js +++ b/lms/static/js/student_account/views/account_settings_factory.js @@ -164,7 +164,7 @@ required: true, refreshPageOnSave: true, helpMessage: StringUtils.interpolate( - gettext('The language used throughout this site. This site is currently available in a limited number of languages.'), // eslint-disable-line max-len + gettext('The language used throughout this site. This site is currently available in a limited number of languages. Changing the value of this field will cause the page to refresh.'), // eslint-disable-line max-len {platform_name: platformName} ), options: fieldsData.language.options,