Skip to content

Commit

Permalink
Merge pull request #228 from Codeinwp/bugfix/211
Browse files Browse the repository at this point in the history
Correct the Square name in Image Cropper.
  • Loading branch information
vytisbulkevicius authored Jan 10, 2024
2 parents d35d4e9 + 0c1adf4 commit 5db8369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/inputs/input.cropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private function get_settings() {
'title' => __( 'Viewport type', 'woocommerce-product-addon' ),
'desc' => __( 'Select Squar or circle, see help', 'woocommerce-product-addon' ),
'options' => array(
'square' => 'Squar',
'square' => 'Square',
'circle' => 'Circle',
),
'col_classes' => array( 'col-md-3', 'col-sm-12' ),
Expand Down

0 comments on commit 5db8369

Please sign in to comment.