diff --git a/src/lib/components/EnergyChip.svelte b/src/lib/components/EnergyChip.svelte index 2bda1ad..d372ba7 100644 --- a/src/lib/components/EnergyChip.svelte +++ b/src/lib/components/EnergyChip.svelte @@ -54,7 +54,7 @@ let tooltip = $derived( energy === null ? "Tag energy (click to set)" - : `Energy: ${labelFor(energy)} — click to change` + : `Energy: ${labelFor(energy)}, click to change` ); // Icon dimensions. `md` is the one used on the Tasks-page main rows; diff --git a/src/lib/components/HotkeyRecorder.svelte b/src/lib/components/HotkeyRecorder.svelte index 271b487..24eec34 100644 --- a/src/lib/components/HotkeyRecorder.svelte +++ b/src/lib/components/HotkeyRecorder.svelte @@ -211,7 +211,7 @@ {#if rejectionReason} - Couldn't bind that combo — {rejectionReason}. + Couldn't bind that combo. {rejectionReason}. {/if} diff --git a/src/lib/components/MicroSteps.svelte b/src/lib/components/MicroSteps.svelte index 46b9954..35b106a 100644 --- a/src/lib/components/MicroSteps.svelte +++ b/src/lib/components/MicroSteps.svelte @@ -263,8 +263,8 @@ class="opacity-0 group-hover:opacity-100 p-0.5 text-text-tertiary hover:text-success {rating[step.id] === 1 ? '!opacity-100 text-success' : ''}" onclick={() => recordThumb(step, 1)} - aria-label={rating[step.id] === 1 ? 'Remove thumbs up' : 'Thumbs up — this is a good step'} - title="Thumbs up — train the model on this style" + aria-label={rating[step.id] === 1 ? 'Remove thumbs up' : 'Thumbs up, this is a good step'} + title="Thumbs up, train the model on this style" style={reduceMotion ? '' : 'transition: opacity var(--duration-ui), color var(--duration-ui)'} >