Skip to content

Commit cf823bd

Browse files
Update welcome_widget.py
Update to Video Annotation Tool
1 parent 19f99d1 commit cf823bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/ui/common/welcome_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, parent=None):
2424
title_layout.setAlignment(Qt.AlignmentFlag.AlignHCenter)
2525
title_layout.setSpacing(15)
2626

27-
title = QLabel("SoccerNetPro Annotation Tool")
27+
title = QLabel("Video Annotation Tool")
2828
title.setObjectName("welcome_title_lbl")
2929

3030
self.logo_lbl = QLabel()

0 commit comments

Comments
 (0)