From 3dd5e774fbcea09292f37578d21b7fc1b4b50277 Mon Sep 17 00:00:00 2001 From: Chris Parmer Date: Mon, 27 Nov 2017 11:38:20 -0500 Subject: [PATCH 1/2] Update "Save and edit plot in cloud" text --- src/components/modebar/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modebar/buttons.js b/src/components/modebar/buttons.js index 3f2875c55b7..c645408143e 100644 --- a/src/components/modebar/buttons.js +++ b/src/components/modebar/buttons.js @@ -71,7 +71,7 @@ modeBarButtons.toImage = { modeBarButtons.sendDataToCloud = { name: 'sendDataToCloud', - title: 'Save and edit plot in cloud', + title: 'Send to Chart Studio', icon: Icons.disk, click: function(gd) { Plots.sendDataToCloud(gd); From e247a11722273fd447ea8b349e2850a732619e24 Mon Sep 17 00:00:00 2001 From: Chris Parmer Date: Mon, 4 Dec 2017 10:43:12 -0500 Subject: [PATCH 2/2] change Save to Edit --- src/components/modebar/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modebar/buttons.js b/src/components/modebar/buttons.js index c645408143e..0008398bfdd 100644 --- a/src/components/modebar/buttons.js +++ b/src/components/modebar/buttons.js @@ -71,7 +71,7 @@ modeBarButtons.toImage = { modeBarButtons.sendDataToCloud = { name: 'sendDataToCloud', - title: 'Send to Chart Studio', + title: 'Edit in Chart Studio', icon: Icons.disk, click: function(gd) { Plots.sendDataToCloud(gd);