Skip to content

Commit

Permalink
fix(environment): update text
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Sep 11, 2024
1 parent 96cc869 commit 54ae668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default {
{
label: 'LOCKED_FOR_VALIDATION',
action: [
{ key: 'Confirm fully Mapped', value: 'VALIDATED', btnBG: 'gray' },
{ key: 'Mark as validated', value: 'VALIDATED', btnBG: 'gray' },
{ key: 'Mapping Needed', value: 'INVALIDATED', btnBG: 'transparent' },
],
},
Expand Down

0 comments on commit 54ae668

Please sign in to comment.