content: repair visitor-facing copy and briefing accessibility
Public pages no longer describe their own pipeline, case and service labels are real accessible names, and the contact briefing writes localized fields without empty optional lines. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -79,6 +79,7 @@ describe('content parity', () => {
|
||||
const english = SITE_CONTENT_DATA.en.cases[caseId];
|
||||
expect(german.summary, caseId).not.toBe(english.summary);
|
||||
expect(german.situation, caseId).not.toBe(english.situation);
|
||||
expect(german.linkLabel, caseId).not.toBe(english.linkLabel);
|
||||
}
|
||||
|
||||
expect(APP_LOCALES).toEqual(['de', 'en']);
|
||||
|
||||
Reference in New Issue
Block a user