Skip to content

Commit

Permalink
clarify TimerPhase naming (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc authored Sep 25, 2024
1 parent 70d4e64 commit da5d73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function variables(): CompanionVariableDefinition[] {
},
//timer.current
{
name: 'Current timer progress (Normal/Warning/Danger/Overtime)',
name: 'Current timer progress (Default/Warning/Danger/Overtime)',
variableId: variableId.TimerPhase,
},
{
Expand Down

0 comments on commit da5d73d

Please sign in to comment.