-
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
Replace certificate language in lms and core #309
Replace certificate language in lms and core #309
Conversation
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.
one change requested, otherwise looks good.
@@ -44,7 +44,7 @@ export class PortfolioExperimentUpsellModal extends React.Component { | |||
<img | |||
className="upsell-certificate" | |||
src="https://courses.edx.org/static/images/edx-verified-mini-cert.png" | |||
alt="Sample verified certificate" | |||
alt="Sample verified statement of accomplishment" |
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.
remove verified from 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.
done.
723abda
to
a816d87
Compare
@@ -72,13 +72,14 @@ def get_certificate_description(mode, certificate_type, platform_name): | |||
elif mode == 'verified': | |||
# Translators: This text describes the 'ID Verified' course certificate type, which is a higher level of | |||
# verification offered by edX. This type of verification is useful for professional education/certifications | |||
certificate_type_description = _("A {cert_type} certificate signifies that a " | |||
# ucsd-customizations: Here I am removing {cert_type} as ucsd is only using verified certificates so we |
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.
# ucsd-customizations: Here I am removing {cert_type} as ucsd is only using verified certificates so we | |
# [UCSD_CUSTOM] [EDS-SOMETHING]: Here I am removing {cert_type} as ucsd is only using verified certificates so we |
can we do something like this for consistency?
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.
done.
a816d87
to
7997486
Compare
Story Link
https://edlyio.atlassian.net/browse/EDS-245
PR Description
The language of "certificate" has been replaced with "statement of accomplishment"
Type of change
Please select the options that are relevant.
Checklist before merging: