mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: empty status in credit & vednor.
This commit is contained in:
@@ -12,10 +12,10 @@ export default function CreditNotesEmptyStatus() {
|
||||
const history = useHistory();
|
||||
return (
|
||||
<EmptyStatus
|
||||
title={<T id={'the_organization_doesn_t_receive_money_yet'} />}
|
||||
title={<T id={'credit_note.empty_status.title'} />}
|
||||
description={
|
||||
<p>
|
||||
<T id={'credit_note.empty_status_description'} />
|
||||
<T id={'credit_note.empty_status.description'} />
|
||||
</p>
|
||||
}
|
||||
action={
|
||||
|
||||
Reference in New Issue
Block a user