Skip to content

Commit 6ef0c2a

Browse files
missing commit
1 parent cb1b934 commit 6ef0c2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"draft-js-utils": "^1.3.3",
3535
"fast-isnumeric": "^1.1.2",
3636
"immutability-helper": "^3.0.0",
37-
"plotly-icons": "1.3.13",
38-
"plotly.js": "1.52.0",
37+
"plotly-icons": "1.3.14",
38+
"plotly.js": "1.52.1",
3939
"prop-types": "^15.7.2",
4040
"raf": "^3.4.1",
4141
"react-color": "^2.17.0",

src/default_panels/StyleLegendPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const StyleLegendPanel = (props, {localize: _}) => (
2424
/>
2525

2626
<PlotlySection name={_('Legend Title')}>
27-
<TextEditor label={_('text')} attr="legend.title.text" richTextOnly />
27+
<TextEditor label={_('Text')} attr="legend.title.text" richTextOnly />
2828
<FontSelector label={_('Typeface')} attr="legend.title.font.family" />
2929
<Numeric label={_('Size')} attr="legend.title.font.size" units="px" />
3030
<ColorPicker label={_('Color')} attr="legend.title.font.color" />

0 commit comments

Comments
 (0)