diff options
| author | dtluna <dtluna@tfwno.gf> | 2018-03-12 03:59:03 +0300 |
|---|---|---|
| committer | dtluna <dtluna@tfwno.gf> | 2018-03-12 03:59:03 +0300 |
| commit | bfb2d481bb88bec053d5ee4d7d453c22b4457f89 (patch) | |
| tree | 9bd18e2cc50a382e9740a1277d8c37afc3b1bb37 /src/components/user_profile/user_profile.vue | |
| parent | cd3bf461dba72ddb04c4b1c3a4b736009b968cbe (diff) | |
Add i18n for User Timeline
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index ec90b8b0..359abfef 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -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> |
