Skip to content

Commit bf8971a

Browse files
marthacryanemilykl
andauthored
Update src/components/modebar/cloud_confirm.js
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent da868be commit bf8971a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/modebar/cloud_confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function confirmCloudDialog(gd, serverUrl, onConfirm) {
3434

3535
dialog.append('div')
3636
.classed('plotly-cloud-dialog-message', true)
37-
.text(_(gd, 'Your chart data will be sent to') + ' ' + serverUrl + '.');
37+
.text(_(gd, 'This chart and its data will be sent to') + ' ' + serverUrl + '.');
3838

3939
var buttons = dialog.append('div')
4040
.classed('plotly-cloud-dialog-buttons', true);

0 commit comments

Comments
 (0)