-
Notifications
You must be signed in to change notification settings - Fork 17
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
Removed apostrophe from MicroMaster's #560
Conversation
@@ -7,7 +7,7 @@ class Footer extends React.Component { | |||
<div className="container container-footer"> | |||
<div className="row"> | |||
<div className="col-md-8"> | |||
<img src="/static/images/[email protected]" alt="MicroMaster’s" /> | |||
<img src="/static/images/[email protected]" alt="MicroMasters" /> |
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.
Seems like this alt tag should actually be "MIT"
a couple of small things, but otherwise looks good |
whoops, didn't realize this was still in progress |
It's just in progress so we could discuss the questions in the linked issue. Did you have any feedback on those questions? |
d8b0f74
to
f8b2ebd
Compare
<p> | ||
Use your edX.org account to enroll in a MicroMaster’s program and share your grades and progress with MIT. When you complete all the requirements and earn a MicroMaster’s credential, you can use it to apply for a Masters degree at MIT. | ||
Use your edX.org account to enroll in a MicroMasters program and share your grades and progress with MIT. When you complete all the requirements and earn a MicroMaster’s credential, you can use it to apply for a Masters degree at MIT. |
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.
is the second MicroMaster's
here retaining an apostrophe intentionally?
few questions, looked like there's a merge conflict as well. |
9626e09
to
7c34c2d
Compare
Ok, all comments should be addressed |
👍 🎊 🎆 👌 |
What are the relevant tickets?
Fixes #557
What's this PR do?
Removes apostrophe from MicroMaster's to become MicroMasters. Some apostrophes are left if they make sense in context
How should this be manually tested?
Grep through the code base to make sure all existing uses are updated, if relevant to the context