Skip to content

Commit c6f6d86

Browse files
committed
Minor fix
1 parent ee86081 commit c6f6d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnxlink/modules/watch_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Addon:
1111

1212
def __init__(self, lnxlink):
1313
"""Setup addon"""
14-
self.name = "LNXlink update"
14+
self.name = "Watch Changes"
1515
self.lnxlink = lnxlink
1616
self.last_time = 0
1717
self.last_updated = os.path.getmtime(self.lnxlink.config_path)

0 commit comments

Comments
 (0)