Change uses of "Include snapshots" to "Include all versions" (#1178)
This commit is contained in:
parent
de991041c4
commit
cdab3d0eff
@ -59,8 +59,8 @@
|
||||
gameVersionFilters.some((v) => v.version_type !== 'release')
|
||||
"
|
||||
v-model="includeSnapshots"
|
||||
label="Include snapshots"
|
||||
description="Include snapshots"
|
||||
label="Show all versions"
|
||||
description="Show all versions"
|
||||
:border="false"
|
||||
@update:model-value="updateQuery"
|
||||
/>
|
||||
|
||||
@ -615,8 +615,8 @@
|
||||
/>
|
||||
<Checkbox
|
||||
v-model="showSnapshots"
|
||||
label="Include snapshots"
|
||||
description="Include snapshots"
|
||||
label="Show all versions"
|
||||
description="Show all versions"
|
||||
style="margin-top: 0.5rem"
|
||||
:border="false"
|
||||
/>
|
||||
|
||||
@ -158,8 +158,8 @@
|
||||
<h3 class="sidebar-menu-heading">Minecraft versions</h3>
|
||||
<Checkbox
|
||||
v-model="showSnapshots"
|
||||
label="Include snapshots"
|
||||
description="Include snapshots"
|
||||
label="Show all versions"
|
||||
description="Show all versions"
|
||||
style="margin-bottom: 0.5rem"
|
||||
:border="false"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user