Add i18n for User Timeline
This commit is contained in:
parent
cd3bf461db
commit
bfb2d481bb
2 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<div v-if="user" class="user-profile panel panel-default base00-background">
|
||||
<user-card-content :user="user" :switcher="true"></user-card-content>
|
||||
</div>
|
||||
<Timeline :title="'User Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'user'" :user-id="userId"/>
|
||||
<Timeline :title="$t('user_profile.timeline_title')" :timeline="timeline" :timeline-name="'user'" :user-id="userId"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue