-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Umar/update user unenroll content #299
Conversation
lms/static/js/dashboard/legacy.js
Outdated
diagAttr['data-track-info'] = gettext('Are you sure you want to unenroll from the verified ' + | ||
'%(certNameLong)s track of %(courseName)s (%(courseNumber)s)?'); | ||
diagAttr['data-track-info'] = gettext('Are you sure you want to unenroll from the ' + | ||
'Statement of Accomplishment track of %(courseName)s (%(courseNumber)s)?'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a config CERT_NAME_LONG
in common.py. Please check if we can achieve this change using that config instead of hardcoding it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah working on it. but we still have to make some changes in the js file as that file still has the word "verified" which needs to be updated in theme.
Your PR has finished running tests. The following contexts failed:
|
1 similar comment
Your PR has finished running tests. The following contexts failed:
|
c9707d4
to
fd4baef
Compare
Story Link
https://edlyio.atlassian.net/browse/EDS-104
PR Description
This PR includes the changes related to updating the content of the message shown when the user clicks on
unenroll
button.Checklist before merging: