Skip to content

Commit

Permalink
[About] Fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Mar 15, 2023
1 parent a8bb4c9 commit 3ddad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/About.py
Expand Up @@ -31,7 +31,7 @@ def __init__(self, session, labels=None):
if getImageType() == "release":
self["lab3"] = StaticText(_("Support at") + " www.openbh.net")
elif getImageType() == "community":
self["lab3"] = StaticText(_("Support at") + "blackhole-community.com")
self["lab3"] = StaticText(_("Support at") + " blackhole-community.com")

def createSummary(self):
return AboutSummary
Expand Down

0 comments on commit 3ddad71

Please sign in to comment.