Skip to content

Commit be7846e

Browse files
distinguish page differences (#372)
Co-authored-by: Chandra Y <[email protected]>
1 parent 4e30625 commit be7846e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apcd-cms/src/apps/submissions/templates/list_submissions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="container">
1313
{% include "nav_cms_breadcrumbs.html" %}
1414

15-
<h1>View Submissions</h1>
15+
<h1>User Submissions</h1>
1616
<hr />
1717
<p style="margin-bottom: 30px">A list of submissions by a user</p>
1818
<hr />

apcd-cms/src/client/src/components/Admin/Submissions/AdminSubmissions.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ export const AdminSubmissions: React.FC = () => {
8080

8181
return (
8282
<div>
83-
<h1>View Submissions</h1>
83+
<h1>All Submissions</h1>
8484
<hr />
85-
<p>All completed submissions by organizations</p>
85+
<p>All submissions by organizations</p>
8686
<hr />
8787
<div className="filter-container">
8888
<div className="filter-content">

0 commit comments

Comments
 (0)