Skip to content

Commit 0ad6665

Browse files
committed
shorten label name
1 parent a88274e commit 0ad6665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ const StyleTracesPanel = (props, {localize: _}) => (
738738
attr="hoverlabel.split"
739739
options={[{label: _('Yes'), value: true}, {label: _('No'), value: false}]}
740740
/>
741-
<HoverLabelNameLength label={_('Trace Name Section Length')} attr="hoverlabel.namelength" />
741+
<HoverLabelNameLength label={_('Trace Name')} attr="hoverlabel.namelength" />
742742
<VisibilitySelect
743743
attr="contour.show"
744744
label={_('Show Contour')}

0 commit comments

Comments
 (0)