fix subscription success page (#636)

* fix subscription success page

* Fix typo
This commit is contained in:
Chirag Chhatrala
2024-12-02 15:25:09 +05:30
committed by GitHub
parent 6cf1cd663a
commit c927a235f8
3 changed files with 3 additions and 3 deletions

View File

@@ -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)