Skip to content

Commit d565949

Browse files
authored
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.
1 parent 5379b74 commit d565949

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

apps/webapp/app/routes/resources.feedback.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,42 @@ export const feedbackTypes = {
1212
bug: {
1313
label: "Bug report",
1414
labelTypeId: "lt_01HB920BTPFS36KH1JT9C36YVY",
15-
threadTitle: "Contact form: Bug report",
15+
threadTitle: "Web app: Bug report",
1616
},
1717
feature: {
1818
label: "Feature request",
1919
labelTypeId: "lt_01HB920BV8CJGYXVE15WWN6P07",
20-
threadTitle: "Contact form: Feature request",
20+
threadTitle: "Web app: Feature request",
2121
},
2222
help: {
2323
label: "Help me out",
2424
labelTypeId: "lt_01KTVCAPZY5ZJ0SS4ACMXWYYT3",
25-
threadTitle: "Contact form: Help me out",
25+
threadTitle: "Web app: Help me out",
2626
},
2727
enterprise: {
2828
label: "Enterprise enquiry",
2929
labelTypeId: "lt_01K7PF5EV2877EH4SZYB667FW4",
30-
threadTitle: "Contact form: Enterprise enquiry",
30+
threadTitle: "Web app: Enterprise enquiry",
3131
},
3232
feedback: {
3333
label: "General feedback",
3434
labelTypeId: "lt_01HB920BSRZ3RA1ETHBVEB5ST2",
35-
threadTitle: "Contact form: General feedback",
35+
threadTitle: "Web app: General feedback",
3636
},
3737
concurrency: {
3838
label: "Increase my concurrency",
3939
labelTypeId: "lt_01KTVCCY2PDE5V6WV2PQ8N85K2",
40-
threadTitle: "Contact form: Increase my concurrency",
40+
threadTitle: "Web app: Increase my concurrency",
4141
},
4242
region: {
4343
label: "Suggest a new region",
4444
labelTypeId: "lt_01KTVCDPYYBW6KS9H5V8MTQ0GG",
45-
threadTitle: "Contact form: Suggest a new region",
45+
threadTitle: "Web app: Suggest a new region",
4646
},
4747
hipaa: {
4848
label: "HIPAA BAA request",
4949
labelTypeId: "lt_01KS54WBRYKE6DY369KPK2SS4W",
50-
threadTitle: "Contact form: HIPAA BAA request",
50+
threadTitle: "Web app: HIPAA BAA request",
5151
},
5252
} as const satisfies Record<
5353
string,

0 commit comments

Comments
 (0)