diff --git a/content/demo/index.md b/content/demo/index.md index 176185a..4388a49 100644 --- a/content/demo/index.md +++ b/content/demo/index.md @@ -319,8 +319,8 @@ You know what? I'm gonna say some very important stuff, so im ```html.j2
- Go to top - File an issue + Go to Top + File an Issue
``` diff --git a/content/demo/index.ru.md b/content/demo/index.ru.md index 4c2729d..4e2d55e 100644 --- a/content/demo/index.ru.md +++ b/content/demo/index.ru.md @@ -319,8 +319,8 @@ _Кря-кря!_ ```html.j2
- Go to top - File an issue + Перейти в Начало + Отправить Отчет об Ошибке
``` diff --git a/templates/404.html b/templates/404.html index 07f1f55..0691ddf 100644 --- a/templates/404.html +++ b/templates/404.html @@ -13,7 +13,7 @@
Go Back {% if config.extra.issues_url %} - File an Issue + File an Issue {% endif %}
{% endblock content %} diff --git a/templates/article.html b/templates/article.html index bc5f5bc..b2a4722 100644 --- a/templates/article.html +++ b/templates/article.html @@ -106,7 +106,7 @@
{{ trans(key="go_to_top", lang=lang) }} {% if config.extra.issues_url %} - {{ trans(key="file_an_issue", lang=lang) }} + {{ trans(key="file_an_issue", lang=lang) }} {% endif %}
{% endblock content %}