diff --git a/src/woocommerce-after-add-to-cart.admin.php b/src/woocommerce-after-add-to-cart.admin.php
index 417a897..d7bf6cb 100644
--- a/src/woocommerce-after-add-to-cart.admin.php
+++ b/src/woocommerce-after-add-to-cart.admin.php
@@ -132,15 +132,15 @@ function() {
'';
} else {
$return['default_action'] = "" .
- "Stay on product page " .
+ "Stay on product page" .
"DEFAULT" .
'';
}
if ( $is_variation ) {
$return['as_parent'] = "" .
- "Same as parent " .
- "PARENT " .
+ "Same as parent" .
+ "PARENT" .
'';
}
@@ -186,7 +186,7 @@ function ( $loop, $variation_data, $variation ) {
} elseif ( 'as_parent' === $current_value ) {
$options['as_parent'] = "" .
"Same as parent " .
- "PARENT " .
+ "PARENT " .
'';
} else {
$options[ $current_value ] = sprintf(