You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images that appear consecutively in the dialogue are displayed using a carousel. #12076 (#12077)
### What problem does this PR solve?
Images that appear consecutively in the dialogue are displayed using a
carousel. #12076
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
Copy file name to clipboardExpand all lines: web/src/locales/en.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2084,12 +2084,14 @@ Important structured information may include: names, dates, locations, events, k
2084
2084
schema: 'Schema',
2085
2085
response: 'Response',
2086
2086
executionMode: 'Execution mode',
2087
+
executionModeTip:
2088
+
'Accepted Response: The system returns an acknowledgment immediately after the request is validated, while the workflow continues to execute asynchronously in the background. /Final Response: The system returns a response only after the workflow execution is completed.',
2087
2089
authMethods: 'Authentication methods',
2088
2090
authType: 'Authentication type',
2089
2091
limit: 'Request limit',
2090
2092
per: 'Time period',
2091
2093
maxBodySize: 'Maximum body size',
2092
-
ipWhitelist: 'Ip whitelist',
2094
+
ipWhitelist: 'IP whitelist',
2093
2095
tokenHeader: 'Token header',
2094
2096
tokenValue: 'Token value',
2095
2097
username: 'Username',
@@ -2109,6 +2111,8 @@ Important structured information may include: names, dates, locations, events, k
0 commit comments