aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-06-10 16:48:22 -0500
committerJesús <heckyel@hyperbola.info>2021-06-10 16:48:22 -0500
commit31901905e34bf29339272379bee996bb860f3568 (patch)
treeace26673e29cdc94c0b5bf6a4712cca594fa6ddb /settings.py
parent7fd2c3474fa71cfb36f64e7f5c4d89fb21c38334 (diff)
downloadyt-local-31901905e34bf29339272379bee996bb860f3568.tar.lz
yt-local-31901905e34bf29339272379bee996bb860f3568.tar.xz
yt-local-31901905e34bf29339272379bee996bb860f3568.zip
Fix name app
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 7d48bb0..ee46733 100644
--- a/settings.py
+++ b/settings.py
@@ -47,7 +47,7 @@ SETTINGS_INFO = collections.OrderedDict([
('allow_foreign_addresses', {
'type': bool,
'default': False,
- 'comment': '''This will allow others to connect to your YouTube Local instance as a website.
+ 'comment': '''This will allow others to connect to your YT Local instance as a website.
For security reasons, enabling this is not recommended.''',
'hidden': True,
'category': 'network',