Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 1e0d006

Browse files
authored
Merge branch 'develop' into renovate/npm-moment-vulnerability
2 parents 5f591fe + 310693d commit 1e0d006

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/FeedbackComponent/FeedbackForm.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export const FeedbackForm = function ({
173173
onSubmit={handleSubmit(onSubmitFeedback)}
174174
>
175175
<Typography variant="caption" fontSize={15} fontWeight="bold">
176-
Tell us details
176+
Tell us the details
177177
</Typography>
178178
<TextField
179179
required
@@ -199,15 +199,15 @@ export const FeedbackForm = function ({
199199
/>
200200
<Box mt={1}>
201201
<Typography variant="caption" fontSize={15} fontWeight="bold">
202-
Send us screenshot
202+
Send us your screenshot(s)
203203
</Typography>
204204
<Typography
205205
variant="body2"
206206
fontSize={14}
207207
color="text.secondary"
208208
display="inline-block"
209209
>
210-
File types supported: JPG, PNG, Max size: 2 MB
210+
File types supported: JPG, PNG; Max. size: 2 MB
211211
</Typography>
212212
<Box mt={1}>
213213
<UploadZoneWrapper

0 commit comments

Comments
 (0)