Skip to content

Commit

Permalink
Merge pull request #7111 from Automattic/update/lesson-types-naming
Browse files Browse the repository at this point in the history
Change "Lesson Type" to "Lesson Layout" in wizard
  • Loading branch information
donnapep authored Aug 17, 2023
2 parents db7f89c + 34572a7 commit 57d4a78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/admin/editor-wizard/steps/lesson-patterns-step.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const LessonPatternsStep = ( { wizardData, ...props } ) => {
return (
<Fragment>
<PatternsStep
title={ __( 'Lesson Type', 'sensei-lms' ) }
title={ __( 'Lesson Layout', 'sensei-lms' ) }
replaces={ replaces }
{ ...props }
/>
Expand All @@ -48,7 +48,7 @@ const UpsellBlock = () => (
<LogoTreeIcon className="sensei-editor-wizard-patterns-upsell__logo" />
<div className="sensei-editor-wizard-patterns-upsell__text">
<b className="sensei-editor-wizard-patterns-upsell__title">
{ __( 'Want More Lesson Types?', 'sensei-lms' ) }
{ __( 'Want More Lesson Layouts?', 'sensei-lms' ) }
</b>
<br />
{ __(
Expand Down
4 changes: 4 additions & 0 deletions changelog/update-lesson-types-naming
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Change "Lesson Type" to "Lesson Layout" in wizard
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ To find out how to submit a course to the Sensei LMS showcase, and the requireme

= Does Sensei support live courses, Zoom integration, or webinars? =

Yes! You can add links to Zoom, Google Meet, or whatever platform you choose in a course lesson. In addition, Sensei includes a meeting lesson type you can select when creating a new lesson to help make this even easier.
Yes! You can add links to Zoom, Google Meet, or whatever platform you choose in a course lesson. In addition, Sensei includes a meeting lesson layout you can select when creating a new lesson to help make this even easier.

= Does Sensei work in WordPress Multisite? =

Expand Down

0 comments on commit 57d4a78

Please sign in to comment.