Skip to content

Commit

Permalink
Tip copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
elsmr committed Mar 13, 2024
1 parent b5f5cbd commit 427b6b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>{{ $locale.baseText('parameterInput.tip') }}:
</n8n-text>
<n8n-text size="small" :class="$style.text"
>{{ $locale.baseText('expressionModalInput.noExecutionData') }}
>{{ $locale.baseText('expressionTip.noExecutionData') }}
</n8n-text>
</div>

Expand Down
1 change: 0 additions & 1 deletion packages/editor-ui/src/components/ParameterInputFull.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export default defineComponent({
(this.isInputTypeString || this.isInputTypeNumber) &&
!this.isValueExpression &&
!this.isDropDisabled &&
this.ndvStore.hasInputData &&
!this.ndvStore.isMappingOnboarded
);
},
Expand Down
1 change: 1 addition & 0 deletions packages/editor-ui/src/plugins/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@
"expressionModalInput.empty": "[empty]",
"expressionModalInput.undefined": "[undefined]",
"expressionModalInput.null": "null",
"expressionTip.noExecutionData": "Execute previous nodes to use input data",
"expressionModalInput.noExecutionData": "Execute previous nodes for preview",
"expressionModalInput.noNodeExecutionData": "Execute node ‘{node}’ for preview",
"expressionModalInput.noInputConnection": "No input connected",
Expand Down

0 comments on commit 427b6b8

Please sign in to comment.