diff options
author | Martin Czygan <martin@archive.org> | 2020-09-29 10:19:30 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2020-09-29 10:19:30 +0000 |
commit | d0f4155bc430d193451472b6c22b6a15e00a5785 (patch) | |
tree | 279951c3c14a1d5bb196744e939b647dd15ca943 /python/fatcat_web/templates/entity_macros.html | |
parent | 3112fcd6457e318069830d1af7ae6e9512f52f59 (diff) | |
parent | 897fb1921dc0fe9a7506cb7d0e648a17d26f3ee4 (diff) | |
download | fatcat-d0f4155bc430d193451472b6c22b6a15e00a5785.tar.gz fatcat-d0f4155bc430d193451472b6c22b6a15e00a5785.zip |
Merge branch 'bnewbold-202009-polish' into 'master'
fatcat.wiki 2020-09 polish
See merge request webgroup/fatcat!84
Diffstat (limited to 'python/fatcat_web/templates/entity_macros.html')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 0ce646bf..d5ecd9b6 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -302,7 +302,7 @@ yellow <td style="background-color: #21ba45;"> <td class="right aligned" >{{ "{:,}".format(stats.bright) }} <td class="right aligned" >{{ (frac_bright*100)|round(2,method='ceil') }}% - <td>preserved and publicly available (bright) + <td>preserved and publicly accessible (bright) <tr> <td style="background-color: darkgreen;"> <td class="right aligned" >{{ "{:,}".format(stats.dark) }} |