From f81e53e455e37a60415234594bf764862c145f90 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 28 Mar 2020 00:40:36 +0100 Subject: [PATCH] fix typo --- owrx/controllers/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/controllers/settings.py b/owrx/controllers/settings.py index 4e24f43e2..11bf6ee8c 100644 --- a/owrx/controllers/settings.py +++ b/owrx/controllers/settings.py @@ -308,7 +308,7 @@ class SettingsController(AdminController): "sdr.hu key", infotext='Please obtain your personal key on sdr.hu', ), - CheckboxInput("sdrhu_public_listing", "List on sdr.hu", "List msy receiver on sdr.hu"), + CheckboxInput("sdrhu_public_listing", "List on sdr.hu", "List my receiver on sdr.hu"), TextInput("server_hostname", "Hostname"), ), ]