mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix:localization.
This commit is contained in:
@@ -133,7 +133,7 @@ function WarehouseTransferFormHeaderFields({
|
||||
<FastField name={'from_warehouse_id'} accounts={warehouses}>
|
||||
{({ form, field: { value }, meta: { error, touched } }) => (
|
||||
<FormGroup
|
||||
label={<T id={'warehouse_transfer.label.form_warehouse'} />}
|
||||
label={<T id={'warehouse_transfer.label.from_warehouse'} />}
|
||||
className={classNames(
|
||||
'form-group--warehouse-transfer',
|
||||
CLASSES.FILL,
|
||||
|
||||
@@ -100,7 +100,7 @@ export const useWarehouseTransferTableColumns = () => {
|
||||
},
|
||||
{
|
||||
id: 'source_warehouse',
|
||||
Header: 'Source Warehouse',
|
||||
Header: intl.get('warehouse_transfer.column.source_warehouse'),
|
||||
accessor: 'source_warehouse',
|
||||
disableSortBy: true,
|
||||
Cell: SourceWarehouseAccessorCell,
|
||||
@@ -109,7 +109,7 @@ export const useWarehouseTransferTableColumns = () => {
|
||||
},
|
||||
{
|
||||
id: 'destination_warehouse',
|
||||
Header: 'Destination Warehouse',
|
||||
Header: intl.get('warehouse_transfer.column.destination_warehouse'),
|
||||
accessor: 'destination_warehouse',
|
||||
Cell: DistentionWarehouseAccessorCell,
|
||||
disableSortBy: true,
|
||||
|
||||
Reference in New Issue
Block a user