diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 19:22:46 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-11 19:48:43 -0400 |
commit | 70bceb5b567ade151d0299917187f4c075ea55ac (patch) | |
tree | bd3a02af6bf1f8b78b9b6fa986e15c938f0d6291 /ext/bg/settings.html | |
parent | 6014fe5344cd22ff783af18db2b567e2cd7ef819 (diff) |
Improve display of storage stats
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 19dee8b3..76955b2c 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -410,9 +410,12 @@ </div> <div id="storage-use" class="storage-hidden"> - <p class="help-block"> + <p class="help-block storage-hidden" id="storage-use-finite"> Yomichan is using approximately <strong id="storage-usage"></strong> of <strong id="storage-quota"></strong>. </p> + <p class="help-block storage-hidden" id="storage-use-infinite"> + Yomichan is permitted <strong>unlimited storage</strong>. + </p> </div> <div id="storage-error" class="storage-hidden"> |