Skip to content

Commit

Permalink
= 4.2.6.5 =
Browse files Browse the repository at this point in the history
~ Modify i18n text
  • Loading branch information
tungnxt89 committed Apr 17, 2024
1 parent ae1877e commit 0636c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/settings/course.php
Expand Up @@ -60,8 +60,8 @@
'css' => 'min-width: 50px; width: 50px;',
),
array(
'title' => esc_html__( 'Load courses of subcategory', 'learnpress' ),
'desc' => esc_html__( 'Get all the courses in the child category that are not selected in the parent category.', 'learnpress' ),
'title' => esc_html__( 'Include courses in subcategory', 'learnpress' ),
'desc' => esc_html__( 'Show all courses within the subcategory that have not been chosen in the parent category.', 'learnpress' ),
'id' => 'get_courses_of_subcategory',
'default' => 'no',
'type' => 'checkbox',
Expand Down
2 changes: 1 addition & 1 deletion config/widgets/course/filter-course.php
Expand Up @@ -11,7 +11,7 @@
'std' => esc_html__( 'Course Filter', 'learnpress' ),
),
'number_level_category' => array(
'label' => __( 'Number level category want to show', 'learnpress' ),
'label' => __( 'Level of category to display on Frontend', 'learnpress' ),
'type' => 'number',
'std' => 2,
'min' => 1,
Expand Down

0 comments on commit 0636c7b

Please sign in to comment.