Skip to content

Commit

Permalink
update Same As to better reflect the automation behind this non-human…
Browse files Browse the repository at this point in the history
… type of mapping (#302)
  • Loading branch information
northdpole authored Jun 21, 2023
1 parent ff7196c commit 781ec30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/frontend/src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export const TYPE_SAME = 'SAME';
export const TYPE_SAM = 'SAM';

export const DOCUMENT_TYPE_NAMES = {
[TYPE_SAME]: ' is the same as sources',
[TYPE_SAM]: ' is the same as sources',
[TYPE_SAME]: ' has been automatically mapped to',
[TYPE_SAM]: ' has been automatically mapped to',
[TYPE_LINKED_TO]: ' is linked to sources',
[TYPE_IS_PART_OF]: ' is part of CREs',
[TYPE_CONTAINS]: ' contains CREs',
Expand Down

0 comments on commit 781ec30

Please sign in to comment.