Skip to content

Commit 8a9ff65

Browse files
committed
fix: incorrect string when invalid config schema
!nuf
1 parent 2c6bc47 commit 8a9ff65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/ts/config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,11 @@ export function setTapeMargin(
930930
}
931931

932932
if (
933-
!isConfigValueValid("max line width", value, ConfigSchemas.TapeMarginSchema)
933+
!isConfigValueValid(
934+
"tape mode margin",
935+
value,
936+
ConfigSchemas.TapeMarginSchema
937+
)
934938
) {
935939
return false;
936940
}

0 commit comments

Comments
 (0)