Skip to content

Commit 763f415

Browse files
authored
Merge branch 'main' into update-to-yearly-billing-on-same-team-type
2 parents 8328180 + 0b2024a commit 763f415

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/banners/TeamTrial.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<span v-else>
2626
Your trial has ended.
2727
<span v-if="!team.billing?.active">
28-
You will need to setup billing to continuing using this team.
28+
You will need to setup billing to continue using this team.
2929
</span>
3030
</span>
3131
</span>

frontend/src/pages/team/Billing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</template>
9393
<template v-else>
9494
<p>
95-
You trial has ended. You will need to setup billing to continuing using this team.
95+
You trial has ended. You will need to setup billing to continue using this team.
9696
</p>
9797
</template>
9898
</template>

0 commit comments

Comments
 (0)