diff --git a/app/code/Magento/Customer/Setup/CustomerSetup.php b/app/code/Magento/Customer/Setup/CustomerSetup.php index c3483bd664042..34a34f01f3e65 100644 --- a/app/code/Magento/Customer/Setup/CustomerSetup.php +++ b/app/code/Magento/Customer/Setup/CustomerSetup.php @@ -324,7 +324,7 @@ public function getDefaultEntities() 'validate_rules' => 'a:0:{}', 'position' => 110, 'admin_checkout' => 1, - 'option' => ['values' => ['Not Specified', 'Male', 'Female']], + 'option' => ['values' => ['Male', 'Female', 'Not Specified']], ], 'disable_auto_group_change' => [ 'type' => 'static',