From 88d82f50a26568c1c07e96afd673d0d7ad1f461a Mon Sep 17 00:00:00 2001 From: Rashmi Vemuri Date: Fri, 6 Mar 2026 10:57:36 +0530 Subject: [PATCH] fix(frontend): replace 'CREs' with 'Requirements' in user-facing text --- application/frontend/src/const.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/frontend/src/const.ts b/application/frontend/src/const.ts index b15b3ddca..fa5e6e86b 100644 --- a/application/frontend/src/const.ts +++ b/application/frontend/src/const.ts @@ -10,10 +10,10 @@ export const TYPE_AUTOLINKED_TO = 'Automatically linked to'; export const DOCUMENT_TYPE_NAMES = { [TYPE_AUTOLINKED_TO]: ' has been automatically mapped to', [TYPE_LINKED_TO]: ' is linked to sources', - [TYPE_IS_PART_OF]: ' is part of CREs', - [TYPE_LINKED_FROM]: 'is linked from CREs', - [TYPE_CONTAINS]: ' contains CREs', - [TYPE_RELATED]: ' is related to CREs', + [TYPE_IS_PART_OF]: ' is part of Requirements', + [TYPE_LINKED_FROM]: 'is linked from Requirements', + [TYPE_CONTAINS]: ' contains Requirements', + [TYPE_RELATED]: ' is related to Requirements', }; export const DOCUMENT_TYPES = {