Skip to content

Commit

Permalink
text add
Browse files Browse the repository at this point in the history
  • Loading branch information
komarovartem committed Jul 28, 2020
1 parent 7eca983 commit 9ea9a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/settings/settings-shipping-method.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
'remove_declared_value' => array(
'title' => __( 'Remove Declared Value', 'cdek-for-woocommerce' ),
'label' => __( 'Make declared value equal to zero', 'cdek-for-woocommerce' ),
'description' => __( 'By default for Insurance service the declared value of the product will be equal to its price but if you wish you can make it equal to zero. It will reduce shipping cost for a customer.', 'cdek-for-woocommerce' ),
'description' => __( 'By default for Insurance service the declared value of the product will be equal to its price but if you wish you can make it equal to zero. It will reduce shipping cost for a customer. Also it remove declared value for products during synchronization with personal dashboard for orders with this shipping method.', 'cdek-for-woocommerce' ),
'type' => 'checkbox',
),
'add_cost' => array(
Expand Down

0 comments on commit 9ea9a89

Please sign in to comment.