mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(If Node): Update copy for type conversion parameter (#10769)
This commit is contained in:
@@ -109,7 +109,7 @@ function parseFilterConditionValues(
|
||||
|
||||
const getTypeDescription = (isStrict: boolean) => {
|
||||
if (isStrict)
|
||||
return "Try changing the type of comparison. Alternatively you can enable 'Convert Value Types'.";
|
||||
return "Try changing the type of comparison. Alternatively you can enable 'Convert types where required'.";
|
||||
return 'Try changing the type of the comparison.';
|
||||
};
|
||||
|
||||
@@ -135,7 +135,7 @@ function parseFilterConditionValues(
|
||||
return `
|
||||
<p>Try either:</p>
|
||||
<ol>
|
||||
<li>Enabling 'Convert Value Types'</li>
|
||||
<li>Enabling 'Convert types where required'</li>
|
||||
<li>Converting the ${valuePosition} field to ${expectedType}${suggestFunction}</li>
|
||||
</ol>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user