Skip to content

Commit

Permalink
Update admin list users title + description (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondsgarrett authored Dec 10, 2024
1 parent 64f288a commit 2f7216e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ export const ViewUsers: React.FC = () => {

return (
<div>
<h1>View Users</h1>
<h1>List Users</h1>
<hr />
<p style={{ marginBottom: '30px' }}>View submitted users.</p>
<p style={{ marginBottom: '30px' }}>List of all system users attached to a submitter.</p>
<hr />
<div className="filter-container">
<div className="filter-content">
Expand Down

0 comments on commit 2f7216e

Please sign in to comment.