mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: QA small stuff
This commit is contained in:
@@ -388,7 +388,7 @@
|
||||
access of your organization, please update your billing details.
|
||||
{:else}
|
||||
Your scheduled payment on <b
|
||||
>{toLocaleDate($failedInvoice.dueAt)}</b> failed. Access to The paid
|
||||
>{toLocaleDate($failedInvoice.dueAt)}</b> failed. Access to paid
|
||||
projects within this organization will be disabled if no action is taken
|
||||
within 30 days.
|
||||
{/if}
|
||||
@@ -396,7 +396,7 @@
|
||||
</div>
|
||||
<div class="alert-buttons u-flex u-gap-16 u-cross-child-center">
|
||||
<a
|
||||
href={`${base}/console/organization-${$failedInvoice.teamId}/billing`}
|
||||
href={`${base}/console/organization-${$failedInvoice.teamId}/billing#paymentMethods`}
|
||||
class="button is-secondary is-full-width-mobile">
|
||||
<span class="text">Update billing details</span>
|
||||
</a>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<TableCellHead>Due Date</TableCellHead>
|
||||
<TableCellHead>Status</TableCellHead>
|
||||
<TableCellHead>Amount Due</TableCellHead>
|
||||
<TableCellHead>Invoce #</TableCellHead>
|
||||
<TableCellHead>Invoice #</TableCellHead>
|
||||
<TableCellHead width={40} />
|
||||
</TableHeader>
|
||||
<TableBody>
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
</script>
|
||||
|
||||
<CardGrid>
|
||||
<Heading tag="h2" size="6">Payment methods</Heading>
|
||||
<Heading tag="h2" size="6" id="paymentMethod">Payment methods</Heading>
|
||||
|
||||
<p class="text">
|
||||
View or update your organization payment methods here. A maximum of two payment methods can
|
||||
|
||||
Reference in New Issue
Block a user