diff --git a/web/i18n/en-US/workflow.ts b/web/i18n/en-US/workflow.ts index a526d8e9fd..57cb42a0b1 100644 --- a/web/i18n/en-US/workflow.ts +++ b/web/i18n/en-US/workflow.ts @@ -406,7 +406,7 @@ const translation = { roleDescription: { system: 'Give high level instructions for the conversation', user: 'Provide instructions, queries, or any text-based input to the model', - assistant: 'The model\'s responses based on the user messages', + assistant: 'The model’s responses based on the user messages', }, addMessage: 'Add Message', vision: 'vision', @@ -488,18 +488,16 @@ const translation = { add: 'Add Condition', search: 'Search metadata', placeholder: 'Enter value', - arrayPlaceholder: 'Enter comma-separated values (e.g., value1, value2, value3)', datePlaceholder: 'Choose a time...', select: 'Select variable...', - noVariables: 'No variables available', }, }, }, http: { inputVars: 'Input Variables', api: 'API', - apiPlaceholder: 'Enter URL, type \'/\' insert variable', - extractListPlaceholder: 'Enter list item index, type \'/\' insert variable', + apiPlaceholder: 'Enter URL, type ‘/’ insert variable', + extractListPlaceholder: 'Enter list item index, type ‘/’ insert variable', notStartWithHttp: 'API should start with http:// or https://', key: 'Key', type: 'Type',