From 0636c7b9eeb90e902a754ef475903af0b286d22c Mon Sep 17 00:00:00 2001 From: Tungnx Date: Wed, 17 Apr 2024 16:22:30 +0700 Subject: [PATCH] = 4.2.6.5 = ~ Modify i18n text --- config/settings/course.php | 4 ++-- config/widgets/course/filter-course.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/settings/course.php b/config/settings/course.php index ec33b6be6..48a9b1c11 100644 --- a/config/settings/course.php +++ b/config/settings/course.php @@ -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', diff --git a/config/widgets/course/filter-course.php b/config/widgets/course/filter-course.php index d2abe1a6a..82cbae36f 100644 --- a/config/widgets/course/filter-course.php +++ b/config/widgets/course/filter-course.php @@ -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,