Skip to content

Commit

Permalink
fix: fix blank state message on billing screen (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Jul 12, 2021
1 parent e92d516 commit f1c777b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Adminland/Billing/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<!-- BLANK STATE -->
<div v-show="invoices.length == 0" class="pa3 mt5">
<p class="tc measure center mb4 lh-copy">
{{ $t('account.employee_statuses_blank') }}
{{ $t('account.billing_show_blank') }}
</p>
<img loading="lazy" class="db center mb4" alt="add a position symbol" srcset="/img/company/account/blank-position-1x.png,
/img/company/account/blank-position-2x.png 2x"
Expand Down
1 change: 1 addition & 0 deletions resources/lang/en/account.php
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@
'software_show_stat' => '{localUsedSeats}/{seats} seats used',
'software_delete' => 'The software has been deleted.',
'software_edit_title' => 'Edit software',
'billing_show_blank' => 'After one month of activity in your account, you will find here your invoices.',
'billing_show_title' => 'Invoice details for {date}',
'billing_show_description' => 'In {month}, the day with the most active employees in the company was {max_employees}, with {number_active_employees} employees. This is what we will use to bill your account.',
'billing_index_title' => 'All your invoices',
Expand Down

0 comments on commit f1c777b

Please sign in to comment.