From 097429feafd268edc71511c40271a2874fd29aa3 Mon Sep 17 00:00:00 2001 From: Regis Freyd Date: Mon, 12 Jul 2021 19:02:13 -0400 Subject: [PATCH] fix: fix blank state message on billing screen --- resources/js/Pages/Adminland/Billing/Index.vue | 2 +- resources/lang/en/account.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/Pages/Adminland/Billing/Index.vue b/resources/js/Pages/Adminland/Billing/Index.vue index 7ba9aaafb..b1e3511bb 100644 --- a/resources/js/Pages/Adminland/Billing/Index.vue +++ b/resources/js/Pages/Adminland/Billing/Index.vue @@ -56,7 +56,7 @@

- {{ $t('account.employee_statuses_blank') }} + {{ $t('account.billing_show_blank') }}

add a position symbol '{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',