Skip to content

Commit

Permalink
psp-5361: fix link name for financial codes in admin tools
Browse files Browse the repository at this point in the history
  • Loading branch information
buddy326 committed Jun 26, 2023
1 parent 4979aa5 commit ff2135b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AdminTools = ({ onLinkClick }: ISideTrayPageProps) => {
Manage Form Document Templates
</Link>
<Link to="/admin/financial-code/list" onClick={onLinkClick}>
Manage Financial Codes
Manage Project and Financial Codes
</Link>
</>
);
Expand Down

0 comments on commit ff2135b

Please sign in to comment.