fix(If Node): Update copy for type conversion parameter (#10769)

This commit is contained in:
Elias Meire
2024-09-11 14:12:33 +02:00
committed by GitHub
parent 6fa1919ca8
commit ee5fbc543c
4 changed files with 15 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ export const NODE_RAN_MULTIPLE_TIMES_WARNING =
export const LOCALHOST = '127.0.0.1';
export const ENABLE_LESS_STRICT_TYPE_VALIDATION =
"Try changing the type of comparison. Alternatively you can enable 'Convert Value Types'.";
"Try changing the type of comparison. Alternatively you can enable 'Convert types where required'.";