Skip to content

Commit

Permalink
chore: update field name
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Nov 23, 2023
1 parent 14b7ac8 commit 9d4fb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EditCoursePage/CollapsibleCourseRun.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class CollapsibleCourseRun extends React.Component {
label={(
<FieldLabel
id={`${courseId}.variant_id.label`}
text="Course Variant Id"
text="Variant Id"
helpText={courseRunVariantIdHelp}
/>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ exports[`Collapsible Course Run renders correctly variant_id field for external
}
id="test-course.variant_id.label"
optional={false}
text="Course Variant Id"
text="Variant Id"
/>
}
name="test-course.variant_id"
Expand Down

0 comments on commit 9d4fb0c

Please sign in to comment.