Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Severin Beauvais committed Jul 22, 2024
1 parent 53cd4f9 commit 086a7b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Dashboard/PendingList/PendingTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div>

<slot name="actions">
<!-- no actions at this time -->
<!-- no default actions at this time -->
</slot>
</div>
</v-expansion-panel-header>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Dashboard/PendingList/filings/ContinuationIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
class="mb-0"
:class="{ 'mt-4': isFutureEffectivePast || isFutureEffective }"
>
This {{ entityType }} Continuation Application is paid and awaiting staff review. We will
notify you of the results by email. You can also come back here to check on the progress.
This {{ entityType }} Continuation Application is paid. BC Registries will review your
Continuation Authorization documents and contact you with the results within 2 business days.
</p>

<p
v-if="isFutureEffectivePast"
class="mt-4 mb-0"
>
The incorporation date and time for {{ getLegalName || 'this company' }} has been recorded as
<strong>{{ effectiveDateTime || '[unknown]' }}</strong>.
If appproved, the incorporation date and time for {{ getLegalName || 'this company' }} will be
recorded as <strong>{{ effectiveDateTime || '[unknown]' }}</strong>.
</p>

<p
v-if="isFutureEffective"
class="mt-4 mb-0"
>
The incorporation date and time for {{ getLegalName || 'this company' }} will be
If appproved, the incorporation date and time for {{ getLegalName || 'this company' }} will be
<strong>{{ effectiveDateTime || '[unknown]' }}</strong>.
</p>
</div>
Expand Down

0 comments on commit 086a7b0

Please sign in to comment.