aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/settings/+page.svelte4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/routes/settings/+page.svelte b/src/routes/settings/+page.svelte
index d29e9161..f68306ab 100644
--- a/src/routes/settings/+page.svelte
+++ b/src/routes/settings/+page.svelte
@@ -54,7 +54,9 @@
: roundDownChapters.set('true')}
>{$roundDownChapters === 'true' ? 'Round down' : 'Maintain'} chapters</a
>
- <small style="opacity: 50%;">50/50.6 would <b>not</b> be due</small>
+ <small style="opacity: 50%;"
+ >50/50.6 would {@html $roundDownChapters === 'true' ? '<b>not</b>' : ''} be due</small
+ >
</li>
<li>
<a