diff --git a/core/tmtc_frontend.py b/core/tmtc_frontend.py index 663f738e8f486e4782ab672e4b33abdb959057f3..c92c76f410bf208607b68b4ddd8098e7c24c984b 100644 --- a/core/tmtc_frontend.py +++ b/core/tmtc_frontend.py @@ -191,7 +191,7 @@ class TmTcFrontend: row += 1 # com if configuration - grid.addWidget(QLabel("COM IF:"), row, 0, 1, 1) + grid.addWidget(QLabel("Communication Interface:"), row, 0, 1, 1) com_if_comboBox = QComboBox() # add all possible ComIFs to the comboBox for comIf in obsw_config.ComInterfaces: