diff --git a/bec_widgets/widgets/plots/waveform/settings/curve_settings/curve_tree.py b/bec_widgets/widgets/plots/waveform/settings/curve_settings/curve_tree.py index a94b4a76..bc429a5c 100644 --- a/bec_widgets/widgets/plots/waveform/settings/curve_settings/curve_tree.py +++ b/bec_widgets/widgets/plots/waveform/settings/curve_settings/curve_tree.py @@ -552,7 +552,7 @@ class CurveTree(BECWidget, QWidget): self.tree = QTreeWidget() self.tree.setColumnCount(8) self.tree.setHeaderLabels( - ["Actions", "Name", "Entry", "Scan #", "Color", "Style", "Width", "Symbol"] + ["Actions", "Device", "Signal", "Scan #", "Color", "Style", "Width", "Symbol"] ) header = self.tree.header()