There was an error while loading. Please reload this page.
1 parent e51cf1e commit f46fe61Copy full SHA for f46fe61
1 file changed
src/components/modebar/buttons.js
@@ -72,7 +72,7 @@ modeBarButtons.toImage = {
72
modeBarButtons.sendChartToCloud = {
73
name: 'sendChartToCloud',
74
title: function (gd) {
75
- return _(gd, 'Share with Plotly Cloud');
+ return _(gd, 'Share Chart');
76
},
77
icon: Icons.cloudupload,
78
click: function (gd) {
0 commit comments