diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-22 11:48:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-22 11:48:31 -0800 |
commit | 32f28fc380f3149ecbb5ddf433d82e378645b406 (patch) | |
tree | 0853f73928901da91a778c7fdc928c56a6ceef6f /fatcat_scholar/templates/home.html | |
parent | fd595a2ba6037721797713db891ceb4431a2735d (diff) | |
download | fatcat-scholar-32f28fc380f3149ecbb5ddf433d82e378645b406.tar.gz fatcat-scholar-32f28fc380f3149ecbb5ddf433d82e378645b406.zip |
html: more i18n template coverage, and less whitespace
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 9d7b59b..999b043 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -33,8 +33,7 @@ <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column" style="text-align: center; font-weight: bold;"> <a name="alphanotice" href="{{ lang_prefix }}/help#bugs" style="color: black;"> - {% trans %}This service is in "alpha". It has several bugs, experiences - downtime, and has not been officially announced.{% endtrans %} + {% trans %}This service is in "alpha". It has several bugs, experiences downtime, and has not been officially announced.{% endtrans %} </a> </div> </div> |