Rename consumption to consumption started for consistency

This commit is contained in:
shamoon
2024-01-01 07:57:19 -08:00
parent 9f1dcf9023
commit 8b2d585c0b
4 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ export const DOCUMENT_SOURCE_OPTIONS = [
export const WORKFLOW_TYPE_OPTIONS = [
{
id: WorkflowTriggerType.Consumption,
name: $localize`Consumption`,
name: $localize`Consumption Started`,
},
{
id: WorkflowTriggerType.DocumentAdded,