Fix typo for skin name tag settings (#3903)

Signed-off-by: Ben <67504107+bjsho@users.noreply.github.com>
This commit is contained in:
Ben 2025-07-05 21:42:20 +02:00 committed by GitHub
parent 8faea1663a
commit 139a4863d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ watch(
<div class="mt-4 flex items-center justify-between">
<div>
<h2 class="m-0 text-lg font-extrabold text-contrast">Hide nametag</h2>
<p class="m-0 mt-1">Disables the nametag above your player on the skins page. page.</p>
<p class="m-0 mt-1">Disables the nametag above your player on the skins page.</p>
</div>
<Toggle id="hide-nametag-skins-page" v-model="settings.hide_nametag_skins_page" />
</div>