From c716f7afe8f528281950dea24f01c245690cad9e Mon Sep 17 00:00:00 2001 From: Moriah Kreeger Date: Tue, 28 Jul 2020 18:28:22 -0700 Subject: [PATCH] fix: change "add new slice" copy to "add new chart" (#10457) --- superset/templates/superset/add_slice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/templates/superset/add_slice.html b/superset/templates/superset/add_slice.html index 364a89a69..6d22b1da5 100644 --- a/superset/templates/superset/add_slice.html +++ b/superset/templates/superset/add_slice.html @@ -19,7 +19,7 @@ {% extends "superset/basic.html" %} {% block title %} - Add new slice + Add new chart {% endblock %} {% block body %}