We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8328180 + 0b2024a commit 763f415Copy full SHA for 763f415
2 files changed
frontend/src/components/banners/TeamTrial.vue
@@ -25,7 +25,7 @@
25
<span v-else>
26
Your trial has ended.
27
<span v-if="!team.billing?.active">
28
- You will need to setup billing to continuing using this team.
+ You will need to setup billing to continue using this team.
29
</span>
30
31
frontend/src/pages/team/Billing.vue
@@ -92,7 +92,7 @@
92
</template>
93
<template v-else>
94
<p>
95
- You trial has ended. You will need to setup billing to continuing using this team.
+ You trial has ended. You will need to setup billing to continue using this team.
96
</p>
97
98
0 commit comments