summaryrefslogtreecommitdiff
path: root/src/streamml/front
diff options
context:
space:
mode:
Diffstat (limited to 'src/streamml/front')
-rw-r--r--src/streamml/front/options_tab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/streamml/front/options_tab.py b/src/streamml/front/options_tab.py
index 22bd43a..9e67fcf 100644
--- a/src/streamml/front/options_tab.py
+++ b/src/streamml/front/options_tab.py
@@ -35,7 +35,7 @@ class OptionsTab(Container):
@on(Button.Pressed, "#test-notif")
def test_notification(self):
- success = notification_service.send_message("**Test NetMonitor**\n")
+ success = notification_service.send_message("**Test streamml**\n")
if success:
self.app.notify("good", severity="information")