jscheffl commented on code in PR #53035: URL: https://github.com/apache/airflow/pull/53035#discussion_r2240960294
########## 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: UPDATE to my comments before: We could also use this as alternate text on the status badge for state "Deferred" and remove the first column on the table? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org