From 30f03f3731075d1469ca7504a2a5e843d14c50be Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 8 Dec 2020 17:54:17 +0100 Subject: [PATCH] Front-end licence removal doesn't reflect setting allow_user_activation_removal --- woocommerce/includes/wc_licenses_class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/woocommerce/includes/wc_licenses_class.php b/woocommerce/includes/wc_licenses_class.php index e83b4fe..c673955 100755 --- a/woocommerce/includes/wc_licenses_class.php +++ b/woocommerce/includes/wc_licenses_class.php @@ -198,7 +198,7 @@ public function endpoint_content() ?> - + @@ -237,11 +237,11 @@ public function endpoint_content()
- license_key, SLM_TBL_LIC_DOMAIN, esc_html__('Domains', 'softwarelicensemanager'), $allow_domain_removal); ?> + license_key, SLM_TBL_LIC_DOMAIN, 'Domains', 'Domains', $allow_domain_removal); ?>
- license_key, SLM_TBL_LIC_DEVICES, esc_html__('Devices', 'softwarelicensemanager'), $allow_domain_removal); ?> + license_key, SLM_TBL_LIC_DEVICES, 'Devices', 'Devices', $allow_domain_removal); ?>