Repository: incubator-airflow
Updated Branches:
  refs/heads/master 4d1466b65 -> dfe1d53f8


[AIRFLOW-1719] Fix small typo

Closes #2689 from j450h1/master


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/dfe1d53f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/dfe1d53f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/dfe1d53f

Branch: refs/heads/master
Commit: dfe1d53f8a8c370d7f0fea408668c3f738189900
Parents: 4d1466b
Author: Jas Sohi <[email protected]>
Authored: Sun Oct 22 19:27:42 2017 +0200
Committer: Bolke de Bruin <[email protected]>
Committed: Sun Oct 22 19:27:42 2017 +0200

----------------------------------------------------------------------
 airflow/www/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/dfe1d53f/airflow/www/views.py
----------------------------------------------------------------------
diff --git a/airflow/www/views.py b/airflow/www/views.py
index 3e34f57..a4cf951 100644
--- a/airflow/www/views.py
+++ b/airflow/www/views.py
@@ -2714,7 +2714,7 @@ class ConfigurationView(wwwutils.SuperUserMixin, 
BaseView):
 
         else:
             config = (
-                "# You Airflow administrator chose not to expose the "
+                "# Your Airflow administrator chose not to expose the "
                 "configuration, most likely for security reasons.")
             table = None
         if raw:

Reply via email to