Skip to content

Commit a04fea1

Browse files
committed
Rename 'Resume' button to 'Resume (Halt -> Stop)'
This should make it more explicit what's happening next.
1 parent 761650a commit a04fea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/match/ContinueActionButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const label = computed(() => {
4141
case ContinueAction_Type.HALT:
4242
return 'Halt'
4343
case ContinueAction_Type.RESUME_FROM_HALT:
44-
return 'Resume'
44+
return 'Resume (Halt -> Stop)'
4545
case ContinueAction_Type.STOP_GAME:
4646
return 'Stop'
4747
case ContinueAction_Type.FORCE_START:

0 commit comments

Comments
 (0)