only show feedback form on english page

This commit is contained in:
Matteias Collet 2021-06-11 00:52:24 +02:00
parent 00bb1fa398
commit abe1b78ccb
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ export default {
break;
}
if (!this.showFeedbackModal) {
if (!this.showFeedbackModal && this.$lang === 'en-US') {
this.showFeedbackModal = true;
}
},

View file

@ -5,7 +5,7 @@
<div class="modal-container">
<div v-if="showModal" class="modal-body">
<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>.
Thanks!
</p>