diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 20:17:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 20:17:00 -0700 |
commit | 94716130ce9ea359292b36b824ee1e1521a562ed (patch) | |
tree | 401a9e056d51fcaed1ab577f9370724652651a48 | |
parent | 73e8d51006389076b85b16f88c29485a4cfcb4dd (diff) | |
download | fatcat-scholar-94716130ce9ea359292b36b824ee1e1521a562ed.tar.gz fatcat-scholar-94716130ce9ea359292b36b824ee1e1521a562ed.zip |
Search Inside -> Search
-rw-r--r-- | fatcat_scholar/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 8aa066f..25df60d 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -7,7 +7,7 @@ <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> - <h1>{% trans %}Search Inside Millions of Research Papers{% endtrans %}</h1> + <h1>{% trans %}Search Millions of Research Papers{% endtrans %}</h1> <br> <form class="" id="fulltext_query" action="{{ lang_prefix }}/search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> |