Skip to content

Commit

Permalink
Merge pull request #4868 from RoboJackets/sentry
Browse files Browse the repository at this point in the history
Added triggerLabel attribute to feedback widget
  • Loading branch information
kberzinch authored Oct 20, 2024
2 parents be622ec + 8c83f75 commit 3e60f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if (sentryDsn !== null) {
},
buttonLabel: 'Feedback',
submitButtonLabel: 'Send Feedback',
triggerLabel: 'Feedback',
formTitle: 'Feedback',
messagePlaceholder: 'Describe what you were trying to do, what you expected, and what actually happened.',
successMessageText: 'Thank you for your feedback!',
Expand Down

0 comments on commit 3e60f56

Please sign in to comment.