diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-30 17:37:36 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-30 17:37:36 +0300 |
| commit | 38d8526660df4ca664c9ea50a660868be2cb5e49 (patch) | |
| tree | 332eb88bacbc6a11f61808280edaec50ebf48bbb /src/components/timeline/timeline.vue | |
| parent | ea09bbecf8b7715a1242a104b6233a7c3b5ac588 (diff) | |
change Show New text to Reload when flushing
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index bd8389b9..111c0976 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -23,7 +23,7 @@ class="loadmore-button" @click.prevent="showNewStatuses" > - {{ $t('timeline.show_new') }}{{ newStatusCountStr }} + {{ loadButtonString }} </button> <div v-else |
