summaryrefslogtreecommitdiff
path: root/ext/bg/settings.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-10 17:37:16 -0400
committerGitHub <noreply@github.com>2020-10-10 17:37:16 -0400
commit0244d07ea9afc0a7893c1ba448ec284e95a55073 (patch)
tree278309e184ee1d2b047d6457997d376f8ffdcb0f /ext/bg/settings.html
parent19e0346484a4481f8adbf0e3ad51220458767a56 (diff)
Storage controller refactor (#907)
* Use array for use/quota nodes * Use classes instead of ids
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r--ext/bg/settings.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html
index 19117937..c36bd8bf 100644
--- a/ext/bg/settings.html
+++ b/ext/bg/settings.html
@@ -805,13 +805,13 @@
</div>
<div id="storage-use" hidden>
- <p class="help-block" id="storage-use-invalid">
+ <p class="help-block" class="storage-use-invalid">
Yomichan is using an indeterminate amount of storage.
</p>
- <p class="help-block" id="storage-use-finite" hidden>
- Yomichan is using approximately <strong id="storage-usage"></strong> of <strong id="storage-quota"></strong>.
+ <p class="help-block" class="storage-use-finite" hidden>
+ Yomichan is using approximately <strong class="storage-usage"></strong> of <strong class="storage-quota"></strong>.
</p>
- <p class="help-block" id="storage-use-infinite" hidden>
+ <p class="help-block" class="storage-use-infinite" hidden>
Yomichan is permitted <strong>unlimited storage</strong>.
</p>
</div>