File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ export const configureStatus = (status) => {
148
148
break
149
149
150
150
default :
151
- status = 'Supplier Review'
151
+ status = 'Under Review'
152
152
}
153
153
154
154
return status
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ export const LEGAL_NOTICES = [
130
130
131
131
export const STATUS_ARRAY = [
132
132
{
133
- statusLabel : 'Supplier Review' ,
133
+ statusLabel : 'Under Review' ,
134
134
statusIcon : 'fa-list-check' ,
135
135
} ,
136
136
{
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export const statusBarBg = 'light'
24
24
25
25
// These are the colors used for the request and document statuses
26
26
export const statusColors = {
27
- 'Supplier Review' : {
27
+ 'Under Review' : {
28
28
bg : primary ,
29
29
text : white ,
30
30
} ,
You can’t perform that action at this time.
0 commit comments