diff --git a/Localize/lang/strings.json b/Localize/lang/strings.json index 5b1175f1782..92fae8d9d62 100644 --- a/Localize/lang/strings.json +++ b/Localize/lang/strings.json @@ -626,7 +626,6 @@ "9bCLPz": "Loading API Management APIs...", "9bQctz": "Validation failed for workflows:", "9djnqI": "Returns the result from adding the two numbers", - "9emgHc": "Specify which HTTP status codes should trigger a retry. Select one or more status codes.", "9euy52": "Complete", "9gb/xS": "Create", "9hKeBq": "Select an Azure OpenAI resource", @@ -695,6 +694,7 @@ "BCAnZP": "Either a single format specifier character or a custom format pattern that indicates how to format the value of this timestamp. If format is not provided, the ISO 8601 format ('o') is used.", "BCgiRh": "Warning: custom value does not match one of the allowed types for this input", "BFBJi2": "No errors found in your map.", + "BGOMQF": "Specify which HTTP status codes trigger a retry. Selecting codes here replaces the default retryable set (408, 429, and 5xx), so only the codes you select are retried. Leave empty to keep the default set.", "BGw6eH": "Missing required properties ''{missingProperties}'' for authentication type ''{authType}''", "BHXsCs": "Authentication", "BHe7qY": "Required. The URI encoded string.", @@ -2583,7 +2583,6 @@ "_9bCLPz.comment": "Loading API Management APIs...", "_9bQctz.comment": "The error title for the workflows tab", "_9djnqI.comment": "Label for description of custom add Function", - "_9emgHc.comment": "tooltip for retry policy HTTP status codes setting", "_9euy52.comment": "Text to indicate that the artifact upload is completed", "_9gb/xS.comment": "Button text for creating a group", "_9hKeBq.comment": "Select the Azure Cognitive Service Open AI resource to use for this connection", @@ -2652,6 +2651,7 @@ "_BCAnZP.comment": "Optional string parameter to identify format of timestamp returned", "_BCgiRh.comment": "Warning message for when custom value does not match one of the function node input's allowed types", "_BFBJi2.comment": "Message displayed when there are no errors", + "_BGOMQF.comment": "tooltip for retry policy HTTP status codes setting", "_BGw6eH.comment": "Error message when missing multiple required authentication properties", "_BHXsCs.comment": "Label for authentication", "_BHe7qY.comment": "Required URI encoded string parameter to be converted using uriComponentToString function", diff --git a/libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtagpicker.spec.tsx.snap b/libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtagpicker.spec.tsx.snap index f9940ceabf3..23da7df5be7 100644 --- a/libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtagpicker.spec.tsx.snap +++ b/libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtagpicker.spec.tsx.snap @@ -6,7 +6,6 @@ exports[`ui/settings/settingtagpicker > should construct with basic props 1`] = > setInputValue((e.target as HTMLInputElement).value)} onOptionSelect={handleOptionSelect} positioning="below" - freeform > {filteredOptions.map((option) => (