From 7bb5347fbe47d54119168138ab67ee2bfba4e6c8 Mon Sep 17 00:00:00 2001 From: Dmytro Skarzhynets Date: Mon, 14 Jul 2025 21:04:15 +0300 Subject: [PATCH] AI rule node: remove star from timeout field in rule node --- ui-ngx/src/assets/locale/locale.constant-en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index a4c95245da..4502353d5a 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -5460,7 +5460,7 @@ "response-json-schema-hint": "While any valid JSON Schema can be entered, this rule node only supports a limited subset of its features. See node documentation for details.", "response-json-schema-required": "JSON Schema is required", "advanced-settings": "Advanced settings", - "timeout": "Timeout *", + "timeout": "Timeout", "timeout-hint": "Maximum time to wait for a response \nfrom the AI model before the request is terminated.", "timeout-required": "Timeout is required", "timeout-validation": "Must be from 1 second to 10 minutes.",