diff options
| author | shpuld <shp@cock.li> | 2017-11-08 12:34:15 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-08 12:34:15 +0200 |
| commit | 191bbe76a83123b5d63ec07af00723721552ddd7 (patch) | |
| tree | 64e3e6768cf3611d48090e6dcd3c2ce7116f1c82 /src/components/public_timeline/public_timeline.vue | |
| parent | 5dca57cc058bfb95e40e32714057cbf0d24ce679 (diff) | |
Add a bunch of missed localization strings, update english and finnish to match.
Diffstat (limited to 'src/components/public_timeline/public_timeline.vue')
| -rw-r--r-- | src/components/public_timeline/public_timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/public_timeline/public_timeline.vue b/src/components/public_timeline/public_timeline.vue index bd6a23ed..85d42cca 100644 --- a/src/components/public_timeline/public_timeline.vue +++ b/src/components/public_timeline/public_timeline.vue @@ -1,5 +1,5 @@ <template> - <Timeline :title="'Public Timeline'" v-bind:timeline="timeline" v-bind:timeline-name="'public'"/> + <Timeline :title="$t('nav.public_tl')" v-bind:timeline="timeline" v-bind:timeline-name="'public'"/> </template> <script src="./public_timeline.js"></script> |
