This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit c28affb7cfc7ce522fb93e4a749a38a9181cbddb Author: Tzu-ping Chung <[email protected]> AuthorDate: Wed Oct 20 05:01:30 2021 +0800 Rename trigger page label to Logical Date (#19061) (cherry picked from commit eb5cae0757a52774906f1bd9aa4326208126fc5f) --- airflow/www/templates/airflow/trigger.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/www/templates/airflow/trigger.html b/airflow/www/templates/airflow/trigger.html index fb1fd88..efc1650 100644 --- a/airflow/www/templates/airflow/trigger.html +++ b/airflow/www/templates/airflow/trigger.html @@ -36,7 +36,7 @@ <input type="hidden" name="dag_id" value="{{ dag_id }}"> <input type="hidden" name="origin" value="{{ origin }}"> <div class="form-group"> - <label class="sr-only" for="execution_date">Execution date</label> + <label class="sr-only" for="execution_date">Logical date</label> <div class="input-group"> {{ form.execution_date(class_="form-control", disabled=False) }} </div>
