We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23659c commit 1a18d4dCopy full SHA for 1a18d4d
ui/updater.py
@@ -68,7 +68,7 @@ def draw_updater(layout):
68
"""Draw updater UI in the given layout"""
69
# Updater Section
70
box = layout.box()
71
- box.label(text="Addon Updater", icon="URL")
+ box.label(text="Updater", icon="URL")
72
73
# Create mock self object for the updater functions
74
mock_self = MockSelf(box)
0 commit comments