diff --git a/src/containers/Entries/components.js b/src/containers/Entries/components.js index 80fcce6e3..a6881db6d 100644 --- a/src/containers/Entries/components.js +++ b/src/containers/Entries/components.js @@ -99,7 +99,7 @@ export function IndexTableCell({ row: { index } }) { const LandedCostHeaderCell = () => { return ( <> - + } /> ); diff --git a/src/containers/Expenses/ExpenseForm/components.js b/src/containers/Expenses/ExpenseForm/components.js index fb52ac569..1763e9269 100644 --- a/src/containers/Expenses/ExpenseForm/components.js +++ b/src/containers/Expenses/ExpenseForm/components.js @@ -56,12 +56,8 @@ const ActionsCellRenderer = ({ const LandedCostHeaderCell = () => { return ( <> - - + + } /> ); }; diff --git a/src/lang/en/index.json b/src/lang/en/index.json index b1893835a..fb992d58a 100644 --- a/src/lang/en/index.json +++ b/src/lang/en/index.json @@ -1144,7 +1144,7 @@ "Select transaction": "Select transaction", "Select transaction entry": "Select transaction entry", "From transaction": "From transaction", - "Landed": "Landed", + "landed": "Landed", "This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.": "This options allows you to be able to add additional cost eg. freight then allocate cost to the items in your bills.", "Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?": "Once your delete this located landed cost, you won't be able to restore it later, Are your sure you want to delete this transaction?", "journal_entries": "Journal Entries", @@ -1671,6 +1671,4 @@ "invoice.convert_to_credit_note":"Convert to Credit Note", "bill.convert_to_credit_note":"Convert to Vendor Credit", "overdue":"Overdue" - - } \ No newline at end of file