Client - update card title on profile edition

This commit is contained in:
Sam
2021-10-20 13:31:45 +02:00
parent c92446ff39
commit c4eb9bdbf8
3 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<div id="user-profile-edition">
<Card>
<template #title>{{ t('user.PROFILE.EDITION') }}</template>
<template #title>{{ t(`user.PROFILE.${tab}_EDITION`) }}</template>
<template #content>
<UserProfileTabs
:tabs="tabs"