summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/ru.toml2
-rw-r--r--layouts/shortcodes/form-contact.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 4e776b7..b241a89 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -19,7 +19,7 @@
[your_name]
other = 'Your name'
-[email_addres]
+[email_address]
other = 'Email address'
[message]
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 4dcc4a5..7b2e464 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -19,7 +19,7 @@
[your_name]
other = 'Ваше имя'
-[email_addres]
+[email_address]
other = 'Обратный адрес'
[message]
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>