fix: rename group show action (#7779)
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user