Skip to content

Commit 791d9e3

Browse files
authored
fix: Correct @sentry-internal/feedback docs to match the code (#15874)
The actual code is https://github.com/getsentry/sentry-javascript/blob/develop/packages/feedback/src/constants/index.ts#L23-L24
1 parent ef2f35d commit 791d9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/feedback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ users.
140140
| `buttonLabel` | `triggerLabel` | `"Report a bug"` |
141141
| `isRequiredText` | `isRequiredLabel` | `"(required)"` |
142142
| - | `addScreenshotLabel` | `"Add a screenshot"` |
143-
| - | `removeScreenshotLabel` | `"Remove Screenshot"` |
143+
| - | `removeScreenshotLabel` | `"Remove screenshot"` |
144144
| - | `confirmButtonLabel` | `"Confirm"` |
145145
| - | `successMessageText` | `"Thank you for your report!"` |
146146

0 commit comments

Comments
 (0)