You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/05/07 22:56:05 UTC

[incubator-superset] branch hugh-nit updated: Fix naming for geojson

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

hugh pushed a commit to branch hugh-nit
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/hugh-nit by this push:
     new b210da0  Fix naming for geojson
b210da0 is described below

commit b210da01507ca493ba683a54ef7519c769f0e483
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Tue May 8 00:56:00 2018 +0200

    Fix naming for geojson
---
 superset/assets/src/explore/visTypes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/src/explore/visTypes.js b/superset/assets/src/explore/visTypes.js
index d05064a..832c1db 100644
--- a/superset/assets/src/explore/visTypes.js
+++ b/superset/assets/src/explore/visTypes.js
@@ -569,7 +569,7 @@ export const visTypes = {
   },
 
   deck_geojson: {
-    label: t('Deck.gl - geoJson'),
+    label: t('Deck.gl - GeoJson'),
     requiresTime: true,
     controlPanelSections: [
       {

-- 
To stop receiving notification emails like this one, please contact
hugh@apache.org.