Skip to content

Commit

Permalink
Fix message label
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Nov 28, 2024
1 parent bd4b089 commit 83633cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/academyAfrica/contact-us.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<input type="email" name="user_email" value="<?php echo $user_email; ?>" id="user_email">
</div>

<label for="description">Description</label><br>
<label for="description">Message</label><br>
<textarea name="description" id="description" rows="5" cols="30" required></textarea><br><br>
<input type="hidden" name="action" value="contact-us">
<div class="submit-area">
Expand Down

0 comments on commit 83633cf

Please sign in to comment.