Skip to content

Commit 3aaf531

Browse files
committed
Update wording in cloud upload dialog
1 parent f6b3cfb commit 3aaf531

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/modebar/cloud_confirm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = function confirmCloudDialog(gd, serverUrl, onConfirm) {
5656
urlField.append('label')
5757
.classed('plotly-cloud-dialog-label', true)
5858
.attr('for', 'plotly-cloud-dialog-url')
59-
.text(_(gd, 'Dash Enterprise URL'));
59+
.text(_(gd, 'Chart Server URL'));
6060

6161
var input = urlField.append('input')
6262
.classed('plotly-cloud-dialog-input', true)
@@ -129,7 +129,7 @@ module.exports = function confirmCloudDialog(gd, serverUrl, onConfirm) {
129129
customBtn.on('click', function() {
130130
customBtn.style('display', 'none');
131131
urlField.style('display', '');
132-
description.text(_(gd, 'If your Dash Enterprise instance supports chart sharing, you can enter its URL below. This chart and its data will be sent to the URL you provide.'));
132+
description.text(_(gd, 'Enter the url of your Dash Enterprise chart server below or contact Plotly support to get set up. This chart and its data will be sent to the URL you provide.'));
133133
input.node().focus();
134134
});
135135

0 commit comments

Comments
 (0)