Skip to content

Commit 5edbdc5

Browse files
ryan953onurtemizkan
authored andcommitted
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 fcf6fcd commit 5edbdc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/feedback.md

Lines changed: 1 addition & 1 deletion
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)