choo121600 commented on code in PR #59076:
URL: https://github.com/apache/airflow/pull/59076#discussion_r2591330225
##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json:
##########
@@ -121,6 +121,9 @@
"selectLabel": "단일 실행",
"title": "Dag 트리거",
"toaster": {
+ "error": {
+ "title": "Dag 트리거 실패함"
Review Comment:
Since it's an error message, how about phrasing it like this?
##########
airflow-core/src/airflow/ui/public/i18n/locales/ko/components.json:
##########
@@ -121,6 +121,9 @@
"selectLabel": "단일 실행",
"title": "Dag 트리거",
"toaster": {
+ "error": {
+ "title": "Dag 트리거 실패함"
Review Comment:
```suggestion
"title": "Dag 트리거에 실패했습니다."
```
--
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]