diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-17 19:25:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-09-17 19:25:20 -0700 |
commit | 9cca4e5494235029656757a3dcc066068da190e6 (patch) | |
tree | 952a9e16f9d47a49bbf7857f841681653c1e6ec8 /python/fatcat_web/templates/entity_macros.html | |
parent | 5c879f7f147b11d1013772b2f9a74442984f58fc (diff) | |
download | fatcat-9cca4e5494235029656757a3dcc066068da190e6.tar.gz fatcat-9cca4e5494235029656757a3dcc066068da190e6.zip |
coverage: clarify available/accessible terminology
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) }} |