mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
BIG-11 feat: estimate and manual journal table empty status description.
This commit is contained in:
@@ -9,10 +9,10 @@ export default function ManualJournalsEmptyStatus() {
|
||||
|
||||
return (
|
||||
<EmptyStatus
|
||||
title={<T id={'create_your_first_journal_entries_on_accounts_chart'} />}
|
||||
title={<T id={'manual_journals.empty_status.title'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'it_is_a_long_established_fact_that_a_reader'} />
|
||||
<T id={'manual_journals.empty_status.description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
@@ -9,10 +9,10 @@ export default function InvoicesEmptyStatus() {
|
||||
|
||||
return (
|
||||
<EmptyStatus
|
||||
title={<T id={'create_and_manage_your_organization_s_expenses'} />}
|
||||
title={<T id={'expenses.empty_status.title'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'it_is_a_long_established_fact_that_a_reader'} />
|
||||
<T id={'expenses.empty_status.description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
Reference in New Issue
Block a user