Skip to content

Commit 2f7216e

Browse files
Update admin list users title + description (#400)
1 parent 64f288a commit 2f7216e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apcd_cms/src/client/src/components/Admin/ViewUsers/ViewUsers.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ export const ViewUsers: React.FC = () => {
9090

9191
return (
9292
<div>
93-
<h1>View Users</h1>
93+
<h1>List Users</h1>
9494
<hr />
95-
<p style={{ marginBottom: '30px' }}>View submitted users.</p>
95+
<p style={{ marginBottom: '30px' }}>List of all system users attached to a submitter.</p>
9696
<hr />
9797
<div className="filter-container">
9898
<div className="filter-content">

0 commit comments

Comments
 (0)