guan404ming commented on code in PR #53035:
URL: https://github.com/apache/airflow/pull/53035#discussion_r2242500587


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/hitl.json:
##########
@@ -0,0 +1,23 @@
+{
+  "actionRequired_one": "Action Required",
+  "actionRequired_other": "Actions Required",
+  "response": {
+    "error": "Response failed",
+    "optionsDescription": "Choose your options for this task instance",
+    "optionsLabel": "Options",
+    "received": "Response received at ",
+    "respond": "Respond",
+    "success": "{{taskId}} response successful",
+    "title": "Human Task Instance - {{taskId}}"
+  },
+  "status": {
+    "approvalReceived": "Approval Received",
+    "approvalRequired": "Approval Required",
+    "choiceReceived": "Choice Received",
+    "choiceRequired": "Choice Required",
+    "inputReceived": "Input Received",
+    "inputRequired": "Input Required",
+    "responseReceived": "Response Received",
+    "responseRequired": "Response Required"

Review Comment:
   That makes sense to me. Not using the `state` for not confusing users who 
already use Airflow is reasonable. Also, since HITL is too technical for end 
user, I choose to rename to `Required Action State` like below but open to 
another name
   
   <img width="908" height="276" alt="image" 
src="https://github.com/user-attachments/assets/16d8a75d-fb63-4e93-a342-8745de6ba81e";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to