Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions application/frontend/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down