Skip to content

Commit 468a58a

Browse files
committed
[bugfix] Fix wording
1 parent 3318c4e commit 468a58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/control/ControlGeneral.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
</span>
4848
<div class="btn-group-toggle btn-group">
4949
<label v-b-tooltip.hover
50-
title="Enable automatic continuation by based on game events"
50+
title="Enable automatic continuation based on game events"
5151
:class="{btn:true, 'btn-secondary': true, active: autoContinue}"
5252
@click="setAutoContinue(true)">
5353
Auto
5454
</label>
5555
<label v-b-tooltip.hover
56-
title="Disable automatic continuation by based on game events"
56+
title="Disable automatic continuation based on game events"
5757
:class="{btn:true, 'btn-secondary': true, active: !autoContinue}"
5858
@click="setAutoContinue(false)">
5959
Manual

0 commit comments

Comments
 (0)