Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jketterl committed Mar 27, 2020
1 parent 3011e62 commit f81e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owrx/controllers/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class SettingsController(AdminController):
"sdr.hu key",
infotext='Please obtain your personal key on <a href="https://sdr.hu" target="_blank">sdr.hu</a>',
),
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"),
),
]
Expand Down

0 comments on commit f81e53e

Please sign in to comment.