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
3 changed files with 6 additions and 6 deletions

View File

@@ -59,8 +59,8 @@
gameVersionFilters.some((v) => v.version_type !== 'release') gameVersionFilters.some((v) => v.version_type !== 'release')
" "
v-model="includeSnapshots" v-model="includeSnapshots"
label="Include snapshots" label="Show all versions"
description="Include snapshots" description="Show all versions"
:border="false" :border="false"
@update:model-value="updateQuery" @update:model-value="updateQuery"
/> />

View File

@@ -615,8 +615,8 @@
/> />
<Checkbox <Checkbox
v-model="showSnapshots" v-model="showSnapshots"
label="Include snapshots" label="Show all versions"
description="Include snapshots" description="Show all versions"
style="margin-top: 0.5rem" style="margin-top: 0.5rem"
:border="false" :border="false"
/> />

View File

@@ -158,8 +158,8 @@
<h3 class="sidebar-menu-heading">Minecraft versions</h3> <h3 class="sidebar-menu-heading">Minecraft versions</h3>
<Checkbox <Checkbox
v-model="showSnapshots" v-model="showSnapshots"
label="Include snapshots" label="Show all versions"
description="Include snapshots" description="Show all versions"
style="margin-bottom: 0.5rem" style="margin-bottom: 0.5rem"
:border="false" :border="false"
/> />