diff --git a/package.json b/package.json
index f3db3078..fa00c1c5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@edx/studio-frontend",
- "version": "0.6.1",
+ "version": "0.6.2",
"description": "The frontend for the Open edX platform",
"repository": "edx/studio-frontend",
"scripts": {
diff --git a/src/components/AccessibilityBody/index.jsx b/src/components/AccessibilityBody/index.jsx
index 73054b88..f828f838 100644
--- a/src/components/AccessibilityBody/index.jsx
+++ b/src/components/AccessibilityBody/index.jsx
@@ -14,7 +14,7 @@ const AccessibilityBody = (props) => {
/* eslint-disable max-len */
return (
-
Individualized Accessibility Process for Course Creators
+
Individualized Accessibility Process for Course Creators
At edX, we seek to understand and respect the unique needs and perspectives of the edX global community. We value every course team and are committed to being a leader in expanding access to all, including course team creators and authors with disabilities. To that end, we have adopted a {communityAccessibilityElement} and this process to ensure that course team creators and authors with disabilities are able to develop and post content on our platform via Studio.
@@ -22,13 +22,14 @@ const AccessibilityBody = (props) => {
Course team creators and authors who, because of their disabilities, need assistance to use Studio should take the following steps:
- - Notify us by email addressed to {emailElement}. In order for edX to fully and promptly assess and respond to your request, please provide the following information:
-
- - Your name and email address;
- - The edX member institution that you are affiliated with;
- - A brief description of the challenge or barrier to access that you are experiencing; and
- - How soon you need access and for how long (e.g., a planned course start date or in connection with a course-related deadline such as a final essay).
-
+ - Notify us by email addressed to {emailElement}. In order for edX to fully and promptly assess and respond to your request, please provide the following information:
+
+ - Your name and email address;
+ - The edX member institution that you are affiliated with;
+ - A brief description of the challenge or barrier to access that you are experiencing; and
+ - How soon you need access and for how long (e.g., a planned course start date or in connection with a course-related deadline such as a final essay).
+
+
- Within 48 business hours of receiving your request, the edX Support Team will respond to confirm receipt and forward your request to the edX Partner Manager for your institution and the edX Website Accessibility Coordinator.
- With guidance from the Website Accessibility Coordinator, edX will contact you within 5 business days to discuss your request and gather additional information from you to identify a solution.
- EdX will assist you promptly and thoroughly so that you are able to create content on the CMS within your time constraints. Such efforts may include, but are not limited to:
diff --git a/src/components/AccessibilityPolicyForm/AccessibilityPolicyForm.test.jsx b/src/components/AccessibilityPolicyForm/AccessibilityPolicyForm.test.jsx
index 06d19af8..a2043705 100644
--- a/src/components/AccessibilityPolicyForm/AccessibilityPolicyForm.test.jsx
+++ b/src/components/AccessibilityPolicyForm/AccessibilityPolicyForm.test.jsx
@@ -143,7 +143,7 @@ describe('', () => {
const statusAlertType = statusAlert.prop('alertType');
expect(statusAlertType).toEqual('danger');
expect(statusAlert.find('div').first().hasClass('alert-danger')).toEqual(true);
- expect(statusAlert.text()).toContain(`We are currently experiencing high volume. Try again later today or send an email message to ${wrapper.props().accessibilityEmail}`);
+ expect(statusAlert.text()).toContain(`We are currently experiencing high volume. Try again later today or send an email message to ${wrapper.props().accessibilityEmail}.`);
});
it('clears inputs on successful submit', () => {
diff --git a/src/components/AccessibilityPolicyForm/index.jsx b/src/components/AccessibilityPolicyForm/index.jsx
index 1a2afd36..74bd9871 100644
--- a/src/components/AccessibilityPolicyForm/index.jsx
+++ b/src/components/AccessibilityPolicyForm/index.jsx
@@ -108,7 +108,7 @@ export class AccessibilityPolicyForm extends React.Component {
alertDialog: (
),
};
@@ -225,7 +225,7 @@ export class AccessibilityPolicyForm extends React.Component {
render() {
return (
-
Studio Accessibility Feedback
+
Studio Accessibility Feedback
{this.renderStatusAlert()}