Translation of pages
This commit is contained in:
@@ -12,8 +12,8 @@ const authStore = useAuthStore()
|
||||
<nav class="h-full grid grid-rows-[60px_1fr_auto]">
|
||||
<div></div>
|
||||
|
||||
<div v-if="authStore.isAuthenticated" class="pt-4 px-4">
|
||||
<h2>Abonnements</h2>
|
||||
<div v-if="authStore.isAuthenticated" class="pt-4 px-5">
|
||||
{{ $t('sidebar.subscriptionTitle') }}
|
||||
<subscription-list>
|
||||
<template v-slot:default>
|
||||
<span>Aucun abonnement</span>
|
||||
|
||||
Reference in New Issue
Block a user