diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-12 18:24:18 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-06-12 18:24:18 +0200 |
| commit | 755dd6c4a34474147564de2272a210cc2cd5f06a (patch) | |
| tree | e2b82942a228146386ee14174327d7a6247412cf | |
| parent | e6ec1800b50e88495e0b3cd9084de2a38237a2e2 (diff) | |
| download | gohugo-theme-ed-755dd6c4a34474147564de2272a210cc2cd5f06a.tar.gz | |
Fix misspelling
| -rw-r--r-- | i18n/en.toml | 2 | ||||
| -rw-r--r-- | i18n/ru.toml | 2 | ||||
| -rw-r--r-- | layouts/shortcodes/form-contact.html | 2 |
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> |
