We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f288a commit 2f7216eCopy full SHA for 2f7216e
apcd_cms/src/client/src/components/Admin/ViewUsers/ViewUsers.tsx
@@ -90,9 +90,9 @@ export const ViewUsers: React.FC = () => {
90
91
return (
92
<div>
93
- <h1>View Users</h1>
+ <h1>List Users</h1>
94
<hr />
95
- <p style={{ marginBottom: '30px' }}>View submitted users.</p>
+ <p style={{ marginBottom: '30px' }}>List of all system users attached to a submitter.</p>
96
97
<div className="filter-container">
98
<div className="filter-content">
0 commit comments