We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e30625 commit be7846eCopy full SHA for be7846e
apcd-cms/src/apps/submissions/templates/list_submissions.html
@@ -12,7 +12,7 @@
12
<div class="container">
13
{% include "nav_cms_breadcrumbs.html" %}
14
15
- <h1>View Submissions</h1>
+ <h1>User Submissions</h1>
16
<hr />
17
<p style="margin-bottom: 30px">A list of submissions by a user</p>
18
apcd-cms/src/client/src/components/Admin/Submissions/AdminSubmissions.tsx
@@ -80,9 +80,9 @@ export const AdminSubmissions: React.FC = () => {
80
81
return (
82
<div>
83
+ <h1>All Submissions</h1>
84
85
- <p>All completed submissions by organizations</p>
+ <p>All submissions by organizations</p>
86
87
<div className="filter-container">
88
<div className="filter-content">
0 commit comments