Skip to content

Commit

Permalink
Label form section w/ all fields required msg (#76)
Browse files Browse the repository at this point in the history
* Label form section w/ all fields required msg

* Patch version bump: 0.6.6
  • Loading branch information
thallada authored Dec 20, 2017
1 parent a0a0e45 commit e0631ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/studio-frontend",
"version": "0.6.5",
"version": "0.6.6",
"description": "The frontend for the Open edX platform",
"repository": "edx/studio-frontend",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/components/AccessibilityPolicyForm/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ export class AccessibilityPolicyForm extends React.Component {
<div>
<h2 id="a11y-feedback" className={styles['page-header']}>Studio Accessibility Feedback</h2>
{this.renderStatusAlert()}
<section className={styles['form-section']} role="group" aria-labelledby="a11y-feedback">
<p>All fields are required.</p>
<section className={styles['form-section']} role="group" aria-labelledby="a11y-feedback fields-required">
<p id="fields-required">All fields are required.</p>
<InputText
name="email"
label="Email Address"
Expand Down

0 comments on commit e0631ab

Please sign in to comment.