Header
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
},
|
||||
"header": {
|
||||
"myprofile": "My profile",
|
||||
"wallet": "Wallet"
|
||||
"wallet": "Wallet",
|
||||
"Signout": "Sign out"
|
||||
}
|
||||
}
|
||||
@@ -30,7 +30,8 @@
|
||||
},
|
||||
"header": {
|
||||
"myprofile": "Mon profil",
|
||||
"wallet": "PorteFeuille"
|
||||
"wallet": "PorteFeuille",
|
||||
"Signout": "se déconnecter"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -127,12 +127,12 @@
|
||||
</v-list-item>
|
||||
<v-list-item class="nav-button">
|
||||
<v-list-item-title>
|
||||
<v-btn to="/wallet" class="w-100" variant="plain">Portefeuille</v-btn>
|
||||
<v-btn to="/wallet" class="w-100" variant="plain">{{ $t('header.wallet') }}</v-btn>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
<v-list-item class="nav-button">
|
||||
<v-list-item-title>
|
||||
<v-btn @click="authStore.logout" class="w-100" variant="plain">Déconnexion</v-btn>
|
||||
<v-btn @click="authStore.logout" class="w-100" variant="plain">{{ $t('header.Signout') }}</v-btn>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user