liamkernan commented on code in PR #61560:
URL: https://github.com/apache/airflow/pull/61560#discussion_r2879023990


##########
airflow-core/src/airflow/ui/public/i18n/locales/en/dag.json:
##########
@@ -149,6 +149,10 @@
         "description": "Dag parsing request failed. There could be pending 
parsing requests yet to be processed.",
         "title": "Dag Failed to Reparse"
       },
+      "forbidden": {
+        "description": "You do not have permission to reparse this DAG.",
+        "title": "Access Denied"
+      },

Review Comment:
   done, I moved the forbidden toast copy out of dag.json into common.json and 
updated it to the generic wording: “You do not have permission to perform this 
action.”
   useDagParsing now references the common key so this message is reusable 
across UI mutations.



-- 
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