Skip to content

Commit

Permalink
Use translatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmale committed Sep 12, 2024
1 parent 160fb05 commit ff76786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/form-factory-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const FormFactoryProvider: React.FC<FormFactoryProviderProps> = ({
setIsSubmitting(false);
if (errorObject instanceof Error) {
showToast({
title: 'Error processing form submission',
title: t('errorProcessingFormSubmission', 'Error processing form submission'),
kind: 'error',
description: errorObject.message,
critical: true,
Expand Down

0 comments on commit ff76786

Please sign in to comment.