Loading frontend/src/users/UserTable/utils.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ export const USER_COLUMNS: UserColumn[] = [ id: 'imported', name: 'Imported', display: false, renderValue: (user: IUser) => user.isImported, renderValue: (user: IUser) => <TickOrCross value={user.isImported} />, sortingFunction: (a, b) => booleanSortingFunction(a.isImported, b.isImported), }, Loading locale/resources/cs/frontend.json +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ } }, "uploadUser": { "label": "Nahrát uživatele", "label": "Vytvořit uživatele z CSV", "dialog": { "fileInput": "Vyberte soubor...", "type": "Nahrajte CSV soubor", Loading locale/resources/en/frontend.json +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ } }, "uploadUser": { "label": "Upload users", "label": "Create users from CSV", "dialog": { "fileInput": "Choose file...", "type": "Upload a csv file", Loading Loading
frontend/src/users/UserTable/utils.tsx +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ export const USER_COLUMNS: UserColumn[] = [ id: 'imported', name: 'Imported', display: false, renderValue: (user: IUser) => user.isImported, renderValue: (user: IUser) => <TickOrCross value={user.isImported} />, sortingFunction: (a, b) => booleanSortingFunction(a.isImported, b.isImported), }, Loading
locale/resources/cs/frontend.json +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ } }, "uploadUser": { "label": "Nahrát uživatele", "label": "Vytvořit uživatele z CSV", "dialog": { "fileInput": "Vyberte soubor...", "type": "Nahrajte CSV soubor", Loading
locale/resources/en/frontend.json +1 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ } }, "uploadUser": { "label": "Upload users", "label": "Create users from CSV", "dialog": { "fileInput": "Choose file...", "type": "Upload a csv file", Loading