Change uses of "Include snapshots" to "Include all versions" (#1178)

This commit is contained in:
Emma 2023-06-11 14:41:32 -04:00 committed by GitHub
parent de991041c4
commit cdab3d0eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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"
/>

View File

@ -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"
/>

View File

@ -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"
/>