PluginProbe
Smart Grid-Layout Design for Contact Form 7 / 4.5
Smart Grid-Layout Design for Contact Form 7 v4.5
4.18.0 4.17.0 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 4.0.0 4.0.1 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10 4.11 4.12 4.13 4.14 All 119 releases
← All changes | admin/partials/cf7-default-form.php +5 -5 3.3.34.5 View file →
@@ -54,13 +54,13 @@
54 54 </div>
55 55 <?php
56 56 $template = ob_get_clean();
57 57 $template = sprintf( $template,
58 -__( 'Name', 'cf7-grid-layout' ),
58 + __( 'Your Name', 'contact-form-7' ),
59 59 __( 'Enter your full name', 'cf7-grid-layout' ),
60 - __( 'E-mail', 'cf7-grid-layout' ),
60 + __( 'Your Email', 'contact-form-7' ),
61 61 __( 'Enter a valid email', 'cf7-grid-layout' ),
62 - __( 'Send', 'cf7-grid-layout' ),
63 - __( 'Subject', 'cf7-grid-layout' ),
62 + __( 'Send', 'contact-form-7' ),
63 + __( 'Subject', 'contact-form-7' ),
64 64 __( 'the topic of your message', 'cf7-grid-layout' ),
65 - __( 'Message', 'cf7-grid-layout' ),
65 + __( 'Your Message', 'contact-form-7' ),
66 66 __( 'Enter a brief message', 'cf7-grid-layout' ));