fix: rename group show action (#7779)

This commit is contained in:
Alexis Saettler
2025-07-24 23:34:42 +02:00
committed by GitHub
parent 395af85f3e
commit c07f8a7950
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1365,7 +1365,7 @@
"Version :version — commit [:short](:url).": "Version :version — commit [:short](:url).",
"Via Telegram": "Par Telegram",
"Video call": "Appel vidéo",
"View": "Vue",
"View": "Voir",
"View :name": "Voir :name",
"View all": "Afficher tout",
"View details": "Afficher les détails",
+1 -1
View File
@@ -100,7 +100,7 @@
<!-- actions -->
<ul class="text-sm">
<li class="me-4 inline cursor-pointer">
<InertiaLink :href="group.url.show" class="text-blue-500 hover:underline">{{ $t('View') }}</InertiaLink>
<InertiaLink :href="group.url.show" class="text-blue-500 hover:underline">{{ $t('Show') }}</InertiaLink>
</li>
<li class="inline cursor-pointer text-red-500 hover:text-red-900" @click="destroy(group)">
{{ $t('Leave') }}