Compare commits

...

7 Commits

@ -159,6 +159,7 @@ ion for time-series (#12670)
* Fix category widget search on Android (https://github.com/CartoDB/support/issues/1074)
* Improve pagination in category widgets (https://github.com/CartoDB/support/issues/1161)
* Fix onboardings in layer content views (#13674)
* Fix typo in analyses copies [#13681](https://github.com/CartoDB/cartodb/pull/13681)
* Safe access to vis map for old visualizations without maps (#13665)
* Don't fetch rows when fetching columns for analyses (#13654)
* Fix pagination style for category widgets (https://github.com/CartoDB/support/issues/1161)

@ -311,7 +311,7 @@
"kmeans": {
"title": "Calculating point clusters",
"cluster-no": "A numeric identifier for each cluster in your dataset. Values start at 1 and go up to the %{clusters} clusters you requested (or max rows if less).",
"description": "Point clustering is uses k-means to calculate a predefined number of clusters from your data."
"description": "Point clustering uses k-means to calculate a predefined number of clusters from your data."
},
"data-observatory-measure": {
"title": "Enrich from the Data Observatory",

Loading…
Cancel
Save