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 e627308b31c80a02b5809f0d52a82fe4fbf4406b
Author: Bas Harenslak <[email protected]>
AuthorDate: Wed Dec 8 17:35:58 2021 +0100

    Fix missing dot (#20141)
    
    Co-authored-by: Bas Harenslak <[email protected]>
    (cherry picked from commit 01c7c4d8884ebb4a26a2d41f7bd42a8c93378895)
---
 airflow/www/templates/airflow/dags.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/www/templates/airflow/dags.html 
b/airflow/www/templates/airflow/dags.html
index 5c2a063..27ff989 100644
--- a/airflow/www/templates/airflow/dags.html
+++ b/airflow/www/templates/airflow/dags.html
@@ -63,7 +63,7 @@
   {{ super() }}
   {% if sqlite_warning | default(true) %}
     {% call show_message(category='warning', dismissible=false)  %}
-      Do not use <b>SQLite</b> as metadata DB in production &#8211; it should 
only be used for dev/testing
+      Do not use <b>SQLite</b> as metadata DB in production &#8211; it should 
only be used for dev/testing.
       We recommend using Postgres or MySQL.
       <a href={{ get_docs_url("howto/set-up-database.html") }}><b>Click 
here</b></a> for more information.
     {% endcall %}

Reply via email to