Skip to content

Commit 1d6de2f

Browse files
committed
Add a screenshot --> Capture Screenshot
1 parent 3e89081 commit 1d6de2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/feedback/src/constants/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export const NAME_PLACEHOLDER = 'Your Name';
2020
export const NAME_LABEL = 'Name';
2121
export const SUCCESS_MESSAGE_TEXT = 'Thank you for your report!';
2222
export const IS_REQUIRED_LABEL = '(required)';
23-
export const ADD_SCREENSHOT_LABEL = 'Add a screenshot';
24-
export const REMOVE_SCREENSHOT_LABEL = 'Remove screenshot';
23+
export const ADD_SCREENSHOT_LABEL = 'Capture Screenshot';
24+
export const REMOVE_SCREENSHOT_LABEL = 'Remove Screenshot';
2525

2626
export const FEEDBACK_WIDGET_SOURCE = 'widget';
2727
export const FEEDBACK_API_SOURCE = 'api';

0 commit comments

Comments
 (0)