Skip to content

Commit d9173a5

Browse files
committed
chore: update string
1 parent 8a9ff65 commit d9173a5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

frontend/src/ts/config.ts

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

932932
if (
933-
!isConfigValueValid(
934-
"tape mode margin",
935-
value,
936-
ConfigSchemas.TapeMarginSchema
937-
)
933+
!isConfigValueValid("tape margin", value, ConfigSchemas.TapeMarginSchema)
938934
) {
939935
return false;
940936
}

0 commit comments

Comments
 (0)