Change Timeline Text #301
@@ -54,7 +54,7 @@ const submissionWorkflow: WorkflowStep[] = [
|
||||
{
|
||||
label: 'Validated',
|
||||
statuses: [Status.Validating, Status.Validated],
|
||||
description: 'Automated validation'
|
||||
description: 'Scripts approved'
|
||||
},
|
||||
{
|
||||
label: 'Uploaded',
|
||||
@@ -64,7 +64,7 @@ const submissionWorkflow: WorkflowStep[] = [
|
||||
{
|
||||
label: 'Released',
|
||||
statuses: [Status.Releasing, Status.Release],
|
||||
description: 'Live in production'
|
||||
description: 'Live in-game'
|
||||
}
|
||||
];
|
||||
|
||||
@@ -87,7 +87,7 @@ const mapfixWorkflow: WorkflowStep[] = [
|
||||
{
|
||||
label: 'Validated',
|
||||
statuses: [Status.Validating, Status.Validated],
|
||||
description: 'Automated validation'
|
||||
description: 'Scripts approved'
|
||||
},
|
||||
{
|
||||
label: 'Uploaded',
|
||||
@@ -97,7 +97,7 @@ const mapfixWorkflow: WorkflowStep[] = [
|
||||
{
|
||||
label: 'Released',
|
||||
statuses: [Status.Releasing, Status.Release],
|
||||
description: 'Live in production'
|
||||
description: 'Live in-game'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user