Clarify that the assigned code is for the TGP.

This commit is contained in:
Dan Albert 2023-07-22 18:12:16 -07:00 committed by Raffson
parent dc22e0a577
commit 62e43f1169
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -15,7 +15,7 @@ class OwnLaserCodeInfo(QHBoxLayout):
self.game = game
self.flight_member = flight_member
self.addWidget(QLabel("Assigned laser code:"))
self.addWidget(QLabel("Assigned TGP laser code:"))
self.addStretch()
self.code_display = QLabel()