aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2017-11-24 07:30:17 +0000
committerlambda <pleromagit@rogerbraun.net>2017-11-24 07:30:17 +0000
commit2431d35277b0c7c761bf080f0bfffa654ee4b182 (patch)
treeb88d02bfb78b4f733e71f975c5da9203468f20da /src/components/timeline/timeline.vue
parent38cab5e4b695eea90b01c2866976960e9fc01128 (diff)
parent6b773902e8dae36b2c4cf4c970fd1437cfdc13bc (diff)
Merge branch 'feature/flush-timeline-with-holes' into 'develop'
Clear timeline when there's holes between old and new Closes #54 See merge request pleroma/pleroma-fe!171
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 0e2ed92c..9d2e1ea1 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -5,7 +5,7 @@
{{title}}
</div>
<button @click.prevent="showNewStatuses" class="base05 base02-background loadmore-button" v-if="timeline.newStatusCount > 0 && !timelineError">
- {{$t('timeline.show_new')}} ({{timeline.newStatusCount}})
+ {{$t('timeline.show_new')}}{{newStatusCountStr}}
</button>
<div @click.prevent class="base06 error loadmore-text" v-if="timelineError">
{{$t('timeline.error_fetching')}}