Skip to content

Commit

Permalink
Fix wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Oct 17, 2024
1 parent 4cd92a4 commit b2c26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt-apps/siriushla/si_ap_idff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _ivuSettingsWidget(self):
self, self.dev_pref.substitute(propty='LoopState-Sts'))

lbl_table_pointer = QLabel(
'Loop State: ', self)
'Table Pointer: ', self)
self.table_pointer = SiriusLabel(
self, self.dev_pref.substitute(propty='TablePointer-Mon'))

Expand Down

0 comments on commit b2c26cd

Please sign in to comment.