Skip to content

Commit

Permalink
Use translate hook for message string
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbhai committed Jun 20, 2024
1 parent 4285109 commit eb00103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeedbackSurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function FeedbackSurvey({title, description, onSubmit, optionRowStyles}: Feedbac
<FormAlertWithSubmitButton
isAlertVisible={shouldShowReasonError}
onSubmit={handleSubmit}
message="common.error.pleaseCompleteForm"
message={translate('common.error.pleaseCompleteForm')}
buttonText={translate('common.submit')}
enabledWhenOffline
/>
Expand Down

0 comments on commit eb00103

Please sign in to comment.