diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-10 17:31:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-10 17:31:09 -0400 |
commit | 19e0346484a4481f8adbf0e3ad51220458767a56 (patch) | |
tree | 61f9419bdb777419fc7d4b2009f26e2d5e5b3bbb /ext/bg/settings.html | |
parent | 199dd7d763e259accb0301a4aa5621c7b1f948c8 (diff) |
Further generalize storage controller by supporting lists of nodes (#906)
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 45ae172f..19117937 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -805,7 +805,7 @@ </div> <div id="storage-use" hidden> - <p class="help-block" id="storage-use-undefined"> + <p class="help-block" id="storage-use-invalid"> Yomichan is using an indeterminate amount of storage. </p> <p class="help-block" id="storage-use-finite" hidden> |