diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-04 19:25:02 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-04 19:28:26 -0800 |
commit | 532c86d4082e7f4ff1fbe8c970389784096d2bce (patch) | |
tree | a29bf2bc059b671d248da124ac8e74ca9a37f90b /fatcat_scholar/templates/base.html | |
parent | 16dfb652a83c339b088e751d2744289a0db0181b (diff) | |
download | fatcat-scholar-532c86d4082e7f4ff1fbe8c970389784096d2bce.tar.gz fatcat-scholar-532c86d4082e7f4ff1fbe8c970389784096d2bce.zip |
web: re-phrase alpha banner notice; remove header tag
Note entirely removing it yet, and keeping the older verison around in
comment so we can revert easily (and keep translated notice).
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 174dfcf..584f950 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -75,7 +75,7 @@ <img class="mobile-hide" src="/static/ia-wordmark.svg" style="margin-left: 10px; width: 180px;" alt="Internet Archive"> </a> <span style="margin-top: 0.5em;"> - <a class="ui grey label" href="{{ lang_prefix }}/help#bugs"><i>alpha</i></a> + <a class="ui grey label" href="{{ lang_prefix }}/help#bugs"><i>beta</i></a> </span> <div class="right menu"> |