message: t()

in src/components/forms/ContactForm/ContactForm.tsx [72:79]


        message: t('action.sendEmail.success'),
        type: NotificationType.Success,
      });
      form.reset();
      setCaptchaToken(null);
      reCaptchaRef.current?.reset();
    } else {
      if (result.messages?.length) {