Skip to content

Commit

Permalink
fix: misspelling typo vendor contact form input field
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirHasan19 authored Jan 17, 2025
1 parent 00d3c5d commit 2b8df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/widgets/store-contact-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<input type="email" name="email" value="<?php echo esc_attr( $email ); ?>" placeholder="<?php esc_attr_e( '[email protected]', 'dokan-lite' ); ?>" class="dokan-form-control" required="required">
</li>
<li class="dokan-form-group">
<textarea name="message" maxlength="1000" cols="25" rows="6" value="" placeholder="<?php esc_attr_e( 'Type your messsage...', 'dokan-lite' ); ?>" class="dokan-form-control" required="required"></textarea>
<textarea name="message" maxlength="1000" cols="25" rows="6" value="" placeholder="<?php esc_attr_e( 'Type your message...', 'dokan-lite' ); ?>" class="dokan-form-control" required="required"></textarea>
</li>
</ul>

Expand Down

0 comments on commit 2b8df0f

Please sign in to comment.