diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-10 12:05:43 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-10 12:06:39 -0800 |
commit | 6a737e050704deb1ae6861c738d8d3e8e0f25723 (patch) | |
tree | b3638e79ce5b2fe21944305b7ab7a015d86e0ba5 | |
parent | 8348599e6a282ac82c55e025f457a92030c2be35 (diff) | |
download | fatcat-scholar-6a737e050704deb1ae6861c738d8d3e8e0f25723.tar.gz fatcat-scholar-6a737e050704deb1ae6861c738d8d3e8e0f25723.zip |
homepage: fix typo
Thanks for the eagle eyes, @BroadwayCrit from twitter!
-rw-r--r-- | extra/i18n/web_interface.pot | 4 | ||||
-rw-r--r-- | fatcat_scholar/templates/home.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/i18n/web_interface.pot b/extra/i18n/web_interface.pot index 7ebb35c..1abf5b1 100644 --- a/extra/i18n/web_interface.pot +++ b/extra/i18n/web_interface.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-03-04 19:39-0800\n" +"POT-Creation-Date: 2021-03-10 12:06-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -550,7 +550,7 @@ msgstr "" #: fatcat_scholar/templates/home.html:24 msgid "" "The collection spans from digitized copies of eighteenth century journals" -" though the latest Open Access conference proceedings and pre-prints " +" through the latest Open Access conference proceedings and pre-prints " "crawled from the World Wide Web." msgstr "" diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 2c3f864..e7b629d 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -21,7 +21,7 @@ <br> <br> <b>{% trans %}Search Millions of Research Papers{% endtrans %}</b> - <p style="margin-top: 0.5em;">{% trans %}This fulltext search index includes over 25 million research articles and other scholarly documents preserved in the Internet Archive.{% endtrans %} {% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} <a href="{{ lang_prefix }}/about">{% trans %}More »{% endtrans %}</a> + <p style="margin-top: 0.5em;">{% trans %}This fulltext search index includes over 25 million research articles and other scholarly documents preserved in the Internet Archive.{% endtrans %} {% trans %}The collection spans from digitized copies of eighteenth century journals through the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} <a href="{{ lang_prefix }}/about">{% trans %}More »{% endtrans %}</a> </div> </div> </div> |