Skip to content

Commit

Permalink
Merge pull request #159 from documenso/main
Browse files Browse the repository at this point in the history
chore: audit log menu item label (documenso#1102)
  • Loading branch information
SergeWilfried committed Apr 12, 2024
2 parents c60fb40 + 80c758f commit 3a6c7dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const DocumentPageViewDropdown = ({ document, team }: DocumentPageViewDro
<DropdownMenuItem asChild>
<Link href={`${documentsPath}/${document.id}/logs`}>
<ScrollTextIcon className="mr-2 h-4 w-4" />
Logs
Audit Log
</Link>
</DropdownMenuItem>

Expand Down

0 comments on commit 3a6c7dd

Please sign in to comment.