fix(cuesheet): keep original "Hide seconds in table" option label

Revert the label rename from the previous commit; only the behavior
scope changes (time tags only), not the option's display name.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SoUSFVFdmMQN5Ro86pRvBQ
This commit is contained in:
Claude
2026-09-05 16:22:01 +00:00
parent 36b05f499e
commit 650c5eb66a
@@ -140,7 +140,7 @@ function ViewSettings({ optionsStore }: ViewSettingsProps) {
defaultChecked={optionsStore.hideTableSeconds}
onCheckedChange={(checked) => optionsStore.setOption('hideTableSeconds', checked)}
/>
Hide seconds in time tags
Hide seconds in table
</Editor.Label>
<Editor.Label className={style.option}>
<Checkbox