diff options
| author | Fuwn <[email protected]> | 2024-01-13 20:02:01 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-13 20:02:01 -0800 |
| commit | 7d3f31d59b826037bae6bad9be8aaba170529d8d (patch) | |
| tree | ec43898c59e2a70f313d755b7e15ddcb84bb8465 /src/lib | |
| parent | refactor(settings): group display section (diff) | |
| download | due.moe-7d3f31d59b826037bae6bad9be8aaba170529d8d.tar.xz due.moe-7d3f31d59b826037bae6bad9be8aaba170529d8d.zip | |
feat(settings): calculation descriptions
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Settings/Categories/Calculation.svelte | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Settings/Categories/Calculation.svelte b/src/lib/Settings/Categories/Calculation.svelte index d6a50653..7019894b 100644 --- a/src/lib/Settings/Categories/Calculation.svelte +++ b/src/lib/Settings/Categories/Calculation.svelte @@ -10,7 +10,7 @@ text="Round down chapters (recommended)" > <SettingHint lineBreak> - Round chapters down to the nearest whole number. (e.g., 50/50.6 would <b>not</b> be due) + Round chapters down to the nearest whole number (e.g., 50/50.6 would <b>not</b> be due) </SettingHint> </SettingCheckboxToggle> @@ -22,10 +22,10 @@ > <SettingHint lineBreak> Out-of-date volume warnings display an alert when there is a mismatch between the chapter - progress and number of volumes you have completed for a given title. + progress and number of volumes you have logged for a given title. <br /> - For example, an alert would be shown if you have tracked a manga up to Vol. 5 Ch. 50, but only have - 3 volumes saved when you should have 4. + For example, an alert would be shown if you have tracked a manga up to Ch. 50 (Vol. 5), but have + less than 4 volumes logged. <br /> |