Skip to content

Commit

Permalink
Change owner to author
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidragon committed Nov 28, 2023
1 parent 10c3113 commit 60c4b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/Components/Table/RecentTasksTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const RecentTasksTable = (props: {
<TableCell>Title</TableCell>
<TableCell>Description</TableCell>
<TableCell>Status</TableCell>
<TableCell>Owner</TableCell>
<TableCell>Author</TableCell>
<TableCell>Assignee</TableCell>
<TableCell>Issue</TableCell>
<TableCell>PR</TableCell>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Table/TasksForProjectTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const TasksForProjectTable = (props: {
<TableCell>Title</TableCell>
<TableCell>Description</TableCell>
<TableCell>Status</TableCell>
<TableCell>Owner</TableCell>
<TableCell>Author</TableCell>
<TableCell>Assignee</TableCell>
<TableCell>Issue</TableCell>
<TableCell>PR</TableCell>
Expand Down

0 comments on commit 60c4b2b

Please sign in to comment.