From c09fe63d9be3e0c02bf68c78e5b7ac3c2c504f35 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 22 Oct 2020 15:03:26 -0700 Subject: Adjust labels for some recently added settings --- settings.py | 4 ++-- 1 file 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': '', -- cgit v1.2.3