Skip to content

Commit

Permalink
Merge pull request #5830 from smithellis/monitor-enable-support
Browse files Browse the repository at this point in the history
Add AAQ/Zendesk Support Flow for Monitor
  • Loading branch information
akatsoulas authored Jan 8, 2024
2 parents f5a518b + b75d2fe commit d79c2af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions kitsune/questions/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,17 @@
"categories": OrderedDict([]),
},
),
(
"monitor",
{
"name": _lazy("Monitor"),
"subtitle": _lazy("Stay informed and take back control of your exposed data"),
"extra_fields": [],
"tags": ["monitor"],
"product": "monitor",
"categories": OrderedDict([]),
},
),
(
"pocket",
{
Expand Down

0 comments on commit d79c2af

Please sign in to comment.