only show feedback form on english page
This commit is contained in:
parent
00bb1fa398
commit
abe1b78ccb
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ export default {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.showFeedbackModal) {
|
if (!this.showFeedbackModal && this.$lang === 'en-US') {
|
||||||
this.showFeedbackModal = true;
|
this.showFeedbackModal = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="modal-container">
|
<div class="modal-container">
|
||||||
<div v-if="showModal" class="modal-body">
|
<div v-if="showModal" class="modal-body">
|
||||||
<p>
|
<p>
|
||||||
If you have 5 minutes please fill in our
|
If you have 5 minutes please fill out our
|
||||||
<a href="https://forms.gle/WYdGEYARPArd7uYx5" target="_blank">feedback form</a>.
|
<a href="https://forms.gle/WYdGEYARPArd7uYx5" target="_blank">feedback form</a>.
|
||||||
Thanks!
|
Thanks!
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue