Skip to content

Commit

Permalink
Update window title label in Labels class
Browse files Browse the repository at this point in the history
  • Loading branch information
JonneSaloranta committed Mar 20, 2024
1 parent 21f30ac commit 561577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def __init__(self):
self.mgr = SettingsManager("messages.yaml")

messages = {
"window_title_label": "Linjasto Valvomo",
"window_title_label": "AI Sorter",
"confirm_exit": "Do you want to quit?",
"start_button_label": "Start",
"stop_button_label": "Stop",
Expand Down

0 comments on commit 561577f

Please sign in to comment.