Skip to content

Commit 6d02e33

Browse files
authored
feat: rename api token column (#9445)
1 parent 2205500 commit 6d02e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/component/common/ApiTokenTable/useApiTokenTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const useApiTokenTable = (
3838
width: 50,
3939
},
4040
{
41-
Header: 'Username',
41+
Header: 'Token name',
4242
accessor: 'username',
4343
Cell: HighlightCell,
4444
minWidth: 35,

0 commit comments

Comments
 (0)