diff --git a/kitsune/products/migrations/0021_auto_20241120_0218.py b/kitsune/products/migrations/0021_auto_20241120_0218.py index d8cbe6767e0..ff2613db815 100644 --- a/kitsune/products/migrations/0021_auto_20241120_0218.py +++ b/kitsune/products/migrations/0021_auto_20241120_0218.py @@ -322,13 +322,6 @@ "products": ["firefox-private-network-vpn"], "parent_slug": "sign-in", }, - { - "title": "Can't print on VPN", - "slug": "cant-print-on-vpn", - "description": "Troubleshoot can't print on VPN issues.", - "products": ["firefox-private-network-vpn"], - "parent_slug": "connectivity", - }, { "title": "Can't select server", "slug": "cant-select-server", diff --git a/kitsune/tags/migrations/0002_auto_20241115_0241.py b/kitsune/tags/migrations/0002_auto_20241115_0241.py index 1ebb5623b39..87e49f07583 100644 --- a/kitsune/tags/migrations/0002_auto_20241115_0241.py +++ b/kitsune/tags/migrations/0002_auto_20241115_0241.py @@ -3,6 +3,7 @@ from django.db import migrations ZENDESK_TAGS = [ + ("Churn", "seg-churn"), ("Gecko", "seg-gecko"), ("Review prompt", "seg-review-prompt"), ("Tablet UI", "seg-tablet-ui"), @@ -48,6 +49,7 @@ ("Not Firefox", "seg-not-firefox"), ("cancel_no", "seg-cancel-no"), ("cancel_yes", "seg-cancel-yes"), + ("Cancel no reason", "seg-cancel-no-reason"), ("Didnt want Renewal-Forgot to cancel", "seg-cancel-forgot"), ("Doesnt fit customer's needs/Missing Features", "seg-cancel-disappointed"), ("Duplicate subscription", "seg-cancel-duplicate"), @@ -167,6 +169,7 @@ ("VPN::Blocked::Application", "seg-vpn-block-app"), ("VPN::Blocked::Service", "seg-vpn-block-svc"), ("VPN::Blocked::Website", "seg-vpn-block-site"), + ("VPN::Can't print on VPN", "seg-cant-print-on-vpn"), ("VPN::Sever Unavailable", "seg-vpn-server-unavail"), ("VPN::Background Service Error", "seg-vpn-bckgrd-svc-err"), ("VPN::No Signal", "seg-vpn-no-signal"),