1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

fix: improves translations (#3876)

This commit is contained in:
Amir Raminfar
2025-05-07 08:40:24 -07:00
committed by GitHub
parent 9c70416aec
commit 7a070b90ed
15 changed files with 113 additions and 64 deletions

View File

@@ -31,8 +31,7 @@
<a class="text-sm capitalize" @click="toggleShowAllContainers()">
<mdi:check class="w-4" v-if="showAllContainers" />
<div v-else class="w-4"></div>
Show all containers
{{ $t("label.show-all-containers") }}
</a>
</li>
</ul>