chore: update string

This commit is contained in:
Miodec 2025-04-09 17:44:22 +02:00
parent 8a9ff65e78
commit d9173a5b86

View file

@ -930,11 +930,7 @@ export function setTapeMargin(
}
if (
!isConfigValueValid(
"tape mode margin",
value,
ConfigSchemas.TapeMarginSchema
)
!isConfigValueValid("tape margin", value, ConfigSchemas.TapeMarginSchema)
) {
return false;
}