Change Timeline Text #301

Merged
itzaname merged 1 commits from timeline-tweaks into staging 2025-12-27 08:19:18 +00:00

View File

@@ -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'
}
];