Skip to content

Commit a4a7183

Browse files
authored
Merge pull request #77 from scientist-softserv/i70-Change-Supplier-Review-to-Under-Review
Change Supplier Review to 'Under Review'
2 parents 83d1079 + 2213d7d commit a4a7183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

utils/api/configurations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export const configureStatus = (status) => {
148148
break
149149

150150
default:
151-
status = 'Supplier Review'
151+
status = 'Under Review'
152152
}
153153

154154
return status

utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const LEGAL_NOTICES = [
130130

131131
export const STATUS_ARRAY = [
132132
{
133-
statusLabel: 'Supplier Review',
133+
statusLabel: 'Under Review',
134134
statusIcon: 'fa-list-check',
135135
},
136136
{

utils/theme/variables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const statusBarBg = 'light'
2424

2525
// These are the colors used for the request and document statuses
2626
export const statusColors = {
27-
'Supplier Review': {
27+
'Under Review': {
2828
bg: primary,
2929
text: white,
3030
},

0 commit comments

Comments
 (0)