Skip to content

Commit

Permalink
Added triggerLabel attribute to feedback widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jvogt23 committed Oct 20, 2024
1 parent 2929b3f commit 8d8334d
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 8d8334d

Please sign in to comment.