Skip to content

Commit 2990114

Browse files
authored
Update src/components/modebar/modebar.js
1 parent 70e25d9 commit 2990114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modebar/modebar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ proto.getLogo = function() {
298298

299299
a.href = 'https://plotly.com/';
300300
a.target = '_blank';
301-
a.setAttribute('data-title', jsVersion(Lib._(this.graphInfo, 'Produced with Plotly')));
301+
a.setAttribute('data-title', jsVersion(Lib._(this.graphInfo, 'Produced with Plotly.js')));
302302
a.className = 'modebar-btn plotlyjsicon modebar-btn--logo';
303303

304304
a.appendChild(this.createIcon(Icons.newplotlylogo));

0 commit comments

Comments
 (0)