diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/shortcodes/form-contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/form-contact.html b/layouts/shortcodes/form-contact.html index 738f62e..987cdbd 100644 --- a/layouts/shortcodes/form-contact.html +++ b/layouts/shortcodes/form-contact.html @@ -6,7 +6,7 @@ </div> <div class="contact-form-item"> - <label for="email" class="contact-form-label">{{ i18n "email_addres" }}</label> + <label for="email" class="contact-form-label">{{ i18n "email_address" }}</label> <input type="email" id="email" name="email" class="contact-form-input form-input" placeholder="" required aria-labelledby="email"> </div> |
