diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 0043f7f4..b0c847b7 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -78,8 +78,8 @@ const DURATION_UNIT_MAPPING = { const PURPOSE_VALUES: ISelectList[] = [ { id: 0, - title: 'ID 3.0 Trace', - value: 'ID 3.0 Trace', + title: 'ID 3.1 Trace', + value: 'ID 3.1 Trace', }, ];