chore(webapp): prefix dashboard feedback thread titles with "Web app:" (#4034)

Prefixes the dashboard feedback form thread titles with `Web app:` so
support inbox threads coming from the in-app contact form are easy to
tell apart from those submitted on the marketing site, which previously
shared an identical `Contact form:` prefix.
This commit is contained in:
DKP
2026-06-25 14:16:58 +01:00
committed by GitHub
parent 5379b744ff
commit d565949205
+8 -8
View File
@@ -12,42 +12,42 @@ export const feedbackTypes = {
bug: {
label: "Bug report",
labelTypeId: "lt_01HB920BTPFS36KH1JT9C36YVY",
threadTitle: "Contact form: Bug report",
threadTitle: "Web app: Bug report",
},
feature: {
label: "Feature request",
labelTypeId: "lt_01HB920BV8CJGYXVE15WWN6P07",
threadTitle: "Contact form: Feature request",
threadTitle: "Web app: Feature request",
},
help: {
label: "Help me out",
labelTypeId: "lt_01KTVCAPZY5ZJ0SS4ACMXWYYT3",
threadTitle: "Contact form: Help me out",
threadTitle: "Web app: Help me out",
},
enterprise: {
label: "Enterprise enquiry",
labelTypeId: "lt_01K7PF5EV2877EH4SZYB667FW4",
threadTitle: "Contact form: Enterprise enquiry",
threadTitle: "Web app: Enterprise enquiry",
},
feedback: {
label: "General feedback",
labelTypeId: "lt_01HB920BSRZ3RA1ETHBVEB5ST2",
threadTitle: "Contact form: General feedback",
threadTitle: "Web app: General feedback",
},
concurrency: {
label: "Increase my concurrency",
labelTypeId: "lt_01KTVCCY2PDE5V6WV2PQ8N85K2",
threadTitle: "Contact form: Increase my concurrency",
threadTitle: "Web app: Increase my concurrency",
},
region: {
label: "Suggest a new region",
labelTypeId: "lt_01KTVCDPYYBW6KS9H5V8MTQ0GG",
threadTitle: "Contact form: Suggest a new region",
threadTitle: "Web app: Suggest a new region",
},
hipaa: {
label: "HIPAA BAA request",
labelTypeId: "lt_01KS54WBRYKE6DY369KPK2SS4W",
threadTitle: "Contact form: HIPAA BAA request",
threadTitle: "Web app: HIPAA BAA request",
},
} as const satisfies Record<
string,