Fix name app

This commit is contained in:
Jesús
2021-06-10 16:48:22 -05:00
parent 7fd2c3474f
commit 31901905e3
4 changed files with 6 additions and 6 deletions

View File

@@ -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',