Skip to content

Commit f46fe61

Browse files
committed
update share chart button hovertext
1 parent e51cf1e commit f46fe61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/modebar/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ modeBarButtons.toImage = {
7272
modeBarButtons.sendChartToCloud = {
7373
name: 'sendChartToCloud',
7474
title: function (gd) {
75-
return _(gd, 'Share with Plotly Cloud');
75+
return _(gd, 'Share Chart');
7676
},
7777
icon: Icons.cloudupload,
7878
click: function (gd) {

0 commit comments

Comments
 (0)