diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 13:22:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 13:22:35 -0700 |
commit | aa81a6830d02c90fe73ef1283a7f4c2773f008f8 (patch) | |
tree | f6e305944d18bb384e924329f939f6a77a9eb716 | |
parent | 3c1b5af67eec46f816db48d041c408dead61b5bd (diff) | |
download | fatcat-scholar-aa81a6830d02c90fe73ef1283a7f4c2773f008f8.tar.gz fatcat-scholar-aa81a6830d02c90fe73ef1283a7f4c2773f008f8.zip |
tweak search box placeholder text
-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 26cbea3..7101d37 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -13,7 +13,7 @@ <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> <div class="ui form"> <div class="ui action input big fluid"> - <input type="text" placeholder="{{ _("by title, authors, identifiers...") }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> + <input type="text" placeholder="{{ _("by title, keywords, DOI...") }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> <button class="ui green button" style="border-radius: 0; background-color: #44a25a; font-size: 1.2rem;">{{ _("Search") }}</button> </div> </div> |