diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-10-22 15:03:26 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-10-22 15:03:26 -0700 |
commit | c09fe63d9be3e0c02bf68c78e5b7ac3c2c504f35 (patch) | |
tree | 2cd8b1ec7c0fb071c9da9d61d05b512c1367c6e0 | |
parent | 9f1b69d22f6ad691a3c679d6fdda5d4cae1369a4 (diff) | |
download | yt-local-c09fe63d9be3e0c02bf68c78e5b7ac3c2c504f35.tar.lz yt-local-c09fe63d9be3e0c02bf68c78e5b7ac3c2c504f35.tar.xz yt-local-c09fe63d9be3e0c02bf68c78e5b7ac3c2c504f35.zip |
Adjust labels for some recently added settings
-rw-r--r-- | settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py index a8fdd13..cf1564e 100644 --- a/settings.py +++ b/settings.py @@ -141,7 +141,7 @@ For security reasons, enabling this is not recommended.''', }), ('proxy_images', { - 'label': 'proxy images', + 'label': 'Route images', 'type': bool, 'default': True, 'comment': '', @@ -157,7 +157,7 @@ For security reasons, enabling this is not recommended.''', }), ('use_sponsorblock_js', { - 'label': 'Enable sponsorblock.js', + 'label': 'Enable SponsorBlock', 'type': bool, 'default': False, 'comment': '', |