diff --git a/admin/class-openedx-commerce-admin.php b/admin/class-openedx-commerce-admin.php
index 873e85c..a70e9ae 100644
--- a/admin/class-openedx-commerce-admin.php
+++ b/admin/class-openedx-commerce-admin.php
@@ -216,8 +216,8 @@ public function add_openedx_course_product_type( $type_options ) {
$type_options['wild_card'] = array(
'id' => 'is_openedx_course',
'wrapper_class' => 'show_if_simple',
- 'label' => __( 'Open edX Course', 'woocommerce' ),
- 'description' => __( 'Check this box if the product is an Open edX Course', 'woocommerce' ),
+ 'label' => __( 'Open edX Course', 'openedx-commerce' ),
+ 'description' => __( 'Check this box if the product is an Open edX Course', 'openedx-commerce' ),
'default' => $checked,
);
return $type_options;
@@ -257,14 +257,14 @@ public function add_custom_product_fields() {
woocommerce_wp_text_input(
array(
'id' => '_course_id',
- 'label' => __( 'Open edX Course ID', 'woocommerce' ),
+ 'label' => __( 'Open edX Course ID', 'openedx-commerce' ),
'placeholder' => '',
'desc_tip' => 'true',
'description' => __(
'Ex: course-v1:edX+DemoX+Demo_Course.
You can find the Open edX Course ID
in the URL of your course in your LMS.',
- 'woocommerce',
+ 'openedx-commerce',
),
)
);
@@ -272,12 +272,12 @@ public function add_custom_product_fields() {
woocommerce_wp_select(
array(
'id' => '_mode',
- 'label' => __( 'Open edX Course Mode', 'woocommerce' ),
+ 'label' => __( 'Open edX Course Mode', 'openedx-commerce' ),
'desc_tip' => 'true',
'description' => __(
'Select the mode for your course.
Make sure to set a mode that your course has.',
- 'woocommerce',
+ 'openedx-commerce',
),
'options' => utils\get_enrollment_options(),
)
@@ -293,7 +293,7 @@ public function add_custom_product_fields() {
*/
public function add_custom_column_order_items() {
echo '