Skip to content

Commit

Permalink
Correct block description
Browse files Browse the repository at this point in the history
  • Loading branch information
gikaragia committed Jan 20, 2021
1 parent 21d7709 commit 34a0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/blocks/restricted-content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { createBlock } from '@wordpress/blocks';
export default {
title: __( 'Restricted Course Content', 'sensei-lms' ),
description: __(
'Content inside this container block can be restricted to a specified group of users. Possible options are enrolled users, not enrolled users and users which completed the course.',
'Content inside this container block can be restricted to a specified group of users. Possible options are enrolled users, not enrolled users and users who have completed the course',
'sensei-lms'
),
keywords: [
Expand Down

0 comments on commit 34a0307

Please sign in to comment.