We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8da23 commit 3dd5e77Copy full SHA for 3dd5e77
src/components/modebar/buttons.js
@@ -71,7 +71,7 @@ modeBarButtons.toImage = {
71
72
modeBarButtons.sendDataToCloud = {
73
name: 'sendDataToCloud',
74
- title: 'Save and edit plot in cloud',
+ title: 'Send to Chart Studio',
75
icon: Icons.disk,
76
click: function(gd) {
77
Plots.sendDataToCloud(gd);
0 commit comments