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(