Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarko committed Mar 9, 2024
1 parent e841590 commit ddef51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/Integrations/WooCommerce/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ public function addSettings( $settings, $baseUrl ) {
),
70 => array(
'id' => 'enable_certificates',
'title' => __( 'Enable Certificates', 'digital-license-manager' ),
'title' => __( 'Enable "PDF Certificates"', 'digital-license-manager' ),
'callback' => array( $this, 'fieldCheckbox' ),
'args' => array(
'label' => __( "Enable license PDF certificates in the single license page in My Account dashboard.", 'digital-license-manager' ),
'explain' => __( "Use this option if you want to allow customers to download license certificate from the single license page.", 'digital-license-manager' ),
'label' => __( "Enable License PDF certificates in the single license page in My Account dashboard.", 'digital-license-manager' ),
'explain' => __( "Use this option if you want to allow customers to download License certificate from the single license page.", 'digital-license-manager' ),
)
),
)
Expand Down

0 comments on commit ddef51b

Please sign in to comment.