]> _ Git - spinepro.git/commitdiff
wait #6967 @0:01
authorsoufiane <soufiane@cubedesigners.com>
Wed, 6 Nov 2024 11:32:38 +0000 (12:32 +0100)
committersoufiane <soufiane@cubedesigners.com>
Wed, 6 Nov 2024 11:32:38 +0000 (12:32 +0100)
wp-content/mu-plugins/cube/src/Forms/Consultation.php

index c31c91d0513aacd2b36abc0963c1d3535803b4ca..9b40ec5018f2139ec1d6493d3eee63eea1550c06 100644 (file)
@@ -43,10 +43,10 @@ class Consultation extends Base {
                        Text::field('country', __('Pays', 'ccv')),
                        Text::field('phone', __('Tel', 'ccv')),
                        Email::field('email', __('Email address', 'ccv')),
-                       Radio::field('sexe', __('Sexe:', 'ccv'))
+                       Radio::field('sexe', __('Sex:', 'ccv'))
                                ->options([
-                                       _x('M', 'Sexe (M)', 'ccv'),
-                                       _x('F', 'Sexe (F)', 'ccv'),
+                                       _x('M', 'Sex (M)', 'ccv'),
+                                       _x('F', 'Sex (F)', 'ccv'),
                                ]),
             Radio::field('contact_preference', __('Contact preference:', 'ccv'))
                 ->options([