mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: fix localization.
This commit is contained in:
@@ -15,7 +15,8 @@ export default function QuickWriteVendorDrawerContent({ displayName }) {
|
||||
<React.Fragment>
|
||||
<DrawerHeaderContent
|
||||
name="quick-create-customer"
|
||||
title={"Create a new vendor"}
|
||||
title={<T id={'create_a_new_vendor'} />}
|
||||
|
||||
/>
|
||||
<DrawerBody>
|
||||
<QuickVendorFormDrawer displayName={displayName} />
|
||||
|
||||
Reference in New Issue
Block a user