We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89081 commit 1d6de2fCopy full SHA for 1d6de2f
packages/feedback/src/constants/index.ts
@@ -20,8 +20,8 @@ export const NAME_PLACEHOLDER = 'Your Name';
20
export const NAME_LABEL = 'Name';
21
export const SUCCESS_MESSAGE_TEXT = 'Thank you for your report!';
22
export const IS_REQUIRED_LABEL = '(required)';
23
-export const ADD_SCREENSHOT_LABEL = 'Add a screenshot';
24
-export const REMOVE_SCREENSHOT_LABEL = 'Remove screenshot';
+export const ADD_SCREENSHOT_LABEL = 'Capture Screenshot';
+export const REMOVE_SCREENSHOT_LABEL = 'Remove Screenshot';
25
26
export const FEEDBACK_WIDGET_SOURCE = 'widget';
27
export const FEEDBACK_API_SOURCE = 'api';
0 commit comments