diff --git a/config/locales/en/activemodel.yml b/config/locales/en/activemodel.yml
index 2fabe35db5c..7cb49c5af37 100644
--- a/config/locales/en/activemodel.yml
+++ b/config/locales/en/activemodel.yml
@@ -815,7 +815,8 @@ en:
             original_file:
               benefit_evidence_missing: Upload evidence that your client receives %{benefit}
               content_type_invalid: The selected file must be a DOC, DOCX, RTF, ODT, JPG, BMP, PNG, TIF or PDF
-              employment_evidence_missing: Upload evidence of your client's employment
+              employment_evidence_missing: Upload your client's employment evidence
+              partner_employment_evidence_missing: Upload the partner's employment evidence
               court_application_or_order_missing: Upload the application to court or the court order for Section 8 proceedings
               court_application_missing: Upload the application to court for Section 8 proceedings
               court_order_missing: Upload the court order for Section 8 proceedings
diff --git a/features/providers/partner_means_assessment/upload_partner_employment_evidence.feature b/features/providers/partner_means_assessment/upload_partner_employment_evidence.feature
index 10ea3d8db18..8a7abc4b3fb 100644
--- a/features/providers/partner_means_assessment/upload_partner_employment_evidence.feature
+++ b/features/providers/partner_means_assessment/upload_partner_employment_evidence.feature
@@ -11,6 +11,10 @@ Feature: Check partner employment evidence upload
     And I should see "evidence of your client's employment status"
     And I should see "evidence of the partner's employment status"
 
+    When I click "Save and continue"
+    Then I should see "Upload your client's employment evidence"
+    Then I should see "Upload the partner's employment evidence"
+
   @javascript @vcr @hmrc_use_dev_mock
   Scenario: I am able to upload evidence where only the partner has additional employment information
     Given the feature flag for partner_means_assessment is enabled