diff options
| author | Roger Braun <rbraun@Bobble.local> | 2017-11-07 15:14:37 +0100 |
|---|---|---|
| committer | Roger Braun <rbraun@Bobble.local> | 2017-11-07 15:14:37 +0100 |
| commit | 7516cd859f0c9bc078548f801cbb6a63b72ced97 (patch) | |
| tree | 0bf5186d8739bad07c1a3b43b7d84d1a5fe3b104 /src/components/user_card/user_card.vue | |
| parent | 81b08498893b37fe58bdcde343b29396562dbe4c (diff) | |
Prepare for i18n.
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index cc2f3978..a9b8b602 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -10,7 +10,7 @@ <div class="user-name"> {{ user.name }} <span class="follows-you" v-if="!userExpanded && showFollows && user.follows_you"> - Follows you! + {{ $t('user_card.follows_you') }} </span> </div> <a :href="user.statusnet_profile_url" target="blank"><div class="user-screen-name">@{{ user.screen_name }}</div></a> |
