eladkal opened a new pull request #6778: [AIRFLOW-4488] fix typo for non-RBAC UI in max_active_runs_per_dag URL: https://github.com/apache/airflow/pull/6778 Make sure you have checked _all_ steps below. ### Jira https://issues.apache.org/jira/browse/AIRFLOW-4488 ### Description https://github.com/apache/airflow/commit/86fdd145329bb0a474c6dab1a7557f11415f76ee introduced the `max_active_runs_per_dag` setting https://github.com/apache/airflow/pull/3286 introduced the message on that setting but it had typo: `max_active_dag_runs_per_dag` when it should have been `max_active_runs_per_dag` The message exist only in non-RBAC UI in `v1-10` so this PR targets ` v1-10 test` branch ### Tests - Not needed ### Documentation - Not needed
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
