Fixed crash due to renaming variable

This commit is contained in:
2021-09-29 15:04:10 -05:00
parent 7b7efabaf6
commit 0f0009bcf0
3 changed files with 13 additions and 12 deletions

View File

@@ -51,7 +51,7 @@ module TAC
@clock_proxy.start_clock(:endgame_only)
end
button "Abort Clock", width: 1.0, margin_top: 50 do
button "Abort Match", width: 1.0, margin_top: 50 do
@clock_proxy.abort_clock
end