diff --git a/frontend/src/components/housing/submission/SubmissionListNavigator.vue b/frontend/src/components/housing/submission/SubmissionListNavigator.vue
index d32a0248..6e4bc93f 100644
--- a/frontend/src/components/housing/submission/SubmissionListNavigator.vue
+++ b/frontend/src/components/housing/submission/SubmissionListNavigator.vue
@@ -1,5 +1,5 @@
@@ -158,7 +164,7 @@ function updateQueryParams() {
:sort-order="pagination.order"
paginator-template="RowsPerPageDropdown CurrentPageReport PrevPageLink NextPageLink "
current-page-report-template="{first}-{last} of {totalRecords}"
- :rows-per-page-options="[10, 20, 50, submissions?.length as number]"
+ :rows-per-page-options="rowsPerPageOptions"
selection-mode="single"
:first="pagination.page && pagination.rows ? pagination.page * pagination.rows : 0"
@update:sort-field="
diff --git a/frontend/src/components/layout/Footer.vue b/frontend/src/components/layout/Footer.vue
index 8eadfab9..dc575d1e 100644
--- a/frontend/src/components/layout/Footer.vue
+++ b/frontend/src/components/layout/Footer.vue
@@ -75,6 +75,7 @@ const { t } = useI18n();
.acknowledgement {
border-top: 3px solid #fcba19;
border-bottom: 3px solid #fcba19;
+ // TODO: Reference a surface colour once PrimeVue 4 changes come in
background-color: #252423 !important;
color: #ffffff;
}
diff --git a/frontend/src/locales/en-CA.json b/frontend/src/locales/en-CA.json
index 8eb70afa..f2500dd4 100644
--- a/frontend/src/locales/en-CA.json
+++ b/frontend/src/locales/en-CA.json
@@ -18,7 +18,7 @@
"contact1": "We can help in over 220 languages and through other accessible options.",
"contact2": "Call, email or text us",
"contact3": ", or",
- "contact4": "find a service centre.",
+ "contact4": "find a service centre",
"copyright": "Copyright",
"disclaimer": "Disclaimer",
"gov": "Government of British Columbia",