Skip to content

Commit

Permalink
update sentry feedback form text
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhappyma committed Nov 16, 2024
1 parent 6bff902 commit 3c8323f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/modules/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ export const registerSentryButtons = async () => {
.setStyle(TextInputStyle.Short)
.setCustomId("email")
.setLabel("email (optional)")
.setPlaceholder(
"replying in a DM can be surprisingly difficult, so this is helpful for follow-up"
)
.setPlaceholder("just in case a DM doesn't work")
.setRequired(false)
),
])
Expand All @@ -126,7 +124,7 @@ export const registerSentryButtons = async () => {
.setStyle(TextInputStyle.Paragraph)
.setCustomId("comments")
.setLabel("What's your feedback?")
.setPlaceholder("How can we improve? Please don't use this form to complain about slow delivery time ;)")
.setPlaceholder("How can we improve?")
.setRequired(true)
),
new ActionRowBuilder<ModalActionRowComponentBuilder>().addComponents(
Expand All @@ -135,7 +133,7 @@ export const registerSentryButtons = async () => {
.setCustomId("email")
.setLabel("email (optional)")
.setPlaceholder(
"replying in a DM can be surprisingly difficult, so this is helpful for follow-up"
"just in case a DM doesn't work. will never be shared or sold."
)
.setRequired(false)
),
Expand Down

0 comments on commit 3c8323f

Please sign in to comment.