From 2711537a4d879f297a10ae1ba123c455957faa05 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 11 Mar 2024 18:12:56 +0100 Subject: [PATCH] clarify cookie import choices, #672 --- tubearchivist/home/src/frontend/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/src/frontend/forms.py b/tubearchivist/home/src/frontend/forms.py index dde9021..f8fcb79 100644 --- a/tubearchivist/home/src/frontend/forms.py +++ b/tubearchivist/home/src/frontend/forms.py @@ -105,8 +105,8 @@ class ApplicationSettingsForm(forms.Form): COOKIE_IMPORT_CHOICES = [ ("", "-- change cookie settings"), - ("0", "disable cookie"), - ("1", "enable cookie"), + ("0", "remove cookie"), + ("1", "import cookie"), ] subscriptions_channel_size = forms.IntegerField(