Skip to content

Commit

Permalink
Update tags and tier3 topics (#6376)
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsoulas authored Nov 26, 2024
1 parent faf8caf commit 439b819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kitsune/products/migrations/0021_auto_20241120_0218.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions kitsune/tags/migrations/0002_auto_20241115_0241.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down Expand Up @@ -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"),
Expand Down

0 comments on commit 439b819

Please sign in to comment.