Skip to content

Commit 1a18d4d

Browse files
committed
Better name
1 parent a23659c commit 1a18d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def draw_updater(layout):
6868
"""Draw updater UI in the given layout"""
6969
# Updater Section
7070
box = layout.box()
71-
box.label(text="Addon Updater", icon="URL")
71+
box.label(text="Updater", icon="URL")
7272

7373
# Create mock self object for the updater functions
7474
mock_self = MockSelf(box)

0 commit comments

Comments
 (0)