mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add localiztion.
This commit is contained in:
@@ -67,7 +67,7 @@ export function useCurrenciesTableColumns() {
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
Header: 'Currency sign',
|
||||
Header: intl.get('currency_sign'),
|
||||
width: 120,
|
||||
accessor: 'currency_sign'
|
||||
},
|
||||
|
||||
@@ -131,7 +131,7 @@ export const useUsersListColumns = () => {
|
||||
},
|
||||
{
|
||||
id: 'role_name',
|
||||
Header: intl.get('roles.column.role_name'),
|
||||
Header: intl.get('users.column.role_name'),
|
||||
accessor: 'role.name',
|
||||
width: 120,
|
||||
},
|
||||
@@ -143,7 +143,7 @@ export const useUsersListColumns = () => {
|
||||
// },
|
||||
{
|
||||
id: 'status',
|
||||
Header: 'Status',
|
||||
Header: intl.get('status'),
|
||||
accessor: StatusAccessor,
|
||||
width: 80,
|
||||
className: 'status',
|
||||
|
||||
Reference in New Issue
Block a user