refactor(editor): Add G2 review link to Value Survey (#3920)

Replaced survey link in success toast ("submitted") of Value Survey with a link to fill out a G2 review.
This commit is contained in:
maxtkacz 2022-08-24 16:00:20 +02:00 committed by GitHub
parent ce076dca48
commit cc5d9a296c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ export default mixins(workflowHelpers).extend({
});
this.$showMessage({
title: 'Thanks for your feedback',
message: `If youd like to help even more, answer this <a target="_blank" href="https://n8n-community.typeform.com/quicksurvey#nps=${this.form.value}&instance_id=${this.$store.getters.instanceId}">quick survey.</a>`,
message: `If youd like to help even more, leave us a <a target="_blank" href="https://www.g2.com/products/n8n/reviews/start">review on G2</a>.`,
type: 'success',
duration: 15000,
});