Skip to content

Commit 4d8cca4

Browse files
authoredDec 5, 2017
Merge pull request #2183 from plotly/chriddyp-patch-1
Update "Save and edit plot in cloud" text
2 parents 579d3cc + e247a11 commit 4d8cca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/modebar/buttons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ modeBarButtons.toImage = {
7171

7272
modeBarButtons.sendDataToCloud = {
7373
name: 'sendDataToCloud',
74-
title: 'Save and edit plot in cloud',
74+
title: 'Edit in Chart Studio',
7575
icon: Icons.disk,
7676
click: function(gd) {
7777
Plots.sendDataToCloud(gd);

0 commit comments

Comments
 (0)
Please sign in to comment.