diff --git a/client/components/open/forms/components/FormEditorErrorHandler.vue b/client/components/open/forms/components/FormEditorErrorHandler.vue index 42c969f01..ab09bae5f 100644 --- a/client/components/open/forms/components/FormEditorErrorHandler.vue +++ b/client/components/open/forms/components/FormEditorErrorHandler.vue @@ -69,7 +69,7 @@ errorReport += ` And here are technical details about the error: \`\`\`${error.stack}\`\`\`` try { crisp.openAndShowChat(errorReport) - crisp.showMessage(`Hi there, we're very sorry to hear you experienced an issue with NoteForms. + crisp.showMessage(`Hi there, we're very sorry to hear you experienced an issue with OpnForm. We'll be in touch about it very soon! In the meantime, I recommend that you try going back one step, and save your changes.`, 2000) } catch (e) { console.error('Crisp error', e) diff --git a/client/pages/home.vue b/client/pages/home.vue index c8425a42e..f0686d169 100644 --- a/client/pages/home.vue +++ b/client/pages/home.vue @@ -199,7 +199,7 @@