diff options
| author | kaniini <nenolod@gmail.com> | 2018-08-24 18:45:22 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-08-24 18:45:22 +0000 |
| commit | 0429963e63408a207a0c35b33b728acaab1f0d3d (patch) | |
| tree | 86067f4d54f503729d62be6e43beabbf0d35fcfd /src/components/who_to_follow_panel | |
| parent | 71576947ed4b2afbd240e93159d7b4df4ec654a4 (diff) | |
| parent | d1b3d7e90fd76592b17691ebf391052f5e1f26a2 (diff) | |
Merge branch 'easy-japanese' into 'develop'
Easy Japanese translation
See merge request pleroma/pleroma-fe!305
Diffstat (limited to 'src/components/who_to_follow_panel')
| -rw-r--r-- | src/components/who_to_follow_panel/who_to_follow_panel.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.vue b/src/components/who_to_follow_panel/who_to_follow_panel.vue index 5af6d0d5..8b3abe70 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.vue +++ b/src/components/who_to_follow_panel/who_to_follow_panel.vue @@ -3,7 +3,7 @@ <div class="panel panel-default base01-background"> <div class="panel-heading timeline-heading base02-background base04"> <div class="title"> - Who to follow + {{$t('who_to_follow.who_to_follow')}} </div> </div> <div class="panel-body who-to-follow"> @@ -11,7 +11,7 @@ <img v-bind:src="img1"/> <router-link :to="{ name: 'user-profile', params: { id: id1 } }">{{ name1 }}</router-link><br> <img v-bind:src="img2"/> <router-link :to="{ name: 'user-profile', params: { id: id2 } }">{{ name2 }}</router-link><br> <img v-bind:src="img3"/> <router-link :to="{ name: 'user-profile', params: { id: id3 } }">{{ name3 }}</router-link><br> - <img v-bind:src="$store.state.config.logo"> <a v-bind:href="moreUrl" target="_blank">More</a> + <img v-bind:src="$store.state.config.logo"> <a v-bind:href="moreUrl" target="_blank">{{$t('who_to_follow.more')}}</a> </p> </div> </div> |
