This is an automated email from the ASF dual-hosted git repository.

erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 55e2872  Fix 500 tab title (#16836)
55e2872 is described below

commit 55e2872dbfd10ec778886565c833c0418c3c5e40
Author: Erik Ritter <[email protected]>
AuthorDate: Fri Sep 24 12:20:00 2021 -0700

    Fix 500 tab title (#16836)
---
 superset-frontend/src/assets/staticPages/500.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/assets/staticPages/500.html 
b/superset-frontend/src/assets/staticPages/500.html
index 67dbadb..edcf823 100644
--- a/superset-frontend/src/assets/staticPages/500.html
+++ b/superset-frontend/src/assets/staticPages/500.html
@@ -85,7 +85,7 @@
       }
     </style>
 
-    <title>500: Internal server error | S uperset</title>
+    <title>500: Internal server error | Superset</title>
   </head>
 
   <body>

Reply via email to