diff --git a/chia_price.py b/chia_price.py index e932845..841858a 100644 --- a/chia_price.py +++ b/chia_price.py @@ -50,7 +50,7 @@ def __init__(self): # Set the size and position of the window self.resize(207, 80) self.move(QApplication.desktop().screen().rect().center()- self.rect().center()) - # Create a label to display the link to the Chia price website + # Create a label to display the link to the dexie website self.title_label = QLabel("Dexie Chia Price", self) self.title_label.setFont(QFont("Arial", 9)) self.title_label.move (10,-5)