diff options
Diffstat (limited to 'src/components/timeline/timeline.vue')
| -rw-r--r-- | src/components/timeline/timeline.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index 77480345..e6038830 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -12,6 +12,7 @@ <button class="button-unstyled scroll-to-top-button" type="button" + :title="$t('general.scroll_to_top')" @click="scrollToTop" > <FALayers class="fa-scale-110 fa-old-padding-layer"> @@ -30,6 +31,7 @@ > <button class="button-unstyled loadmore-button" + :title="loadButtonString" @click.prevent="showNewStatuses" > <FAIcon @@ -42,6 +44,7 @@ <div v-else-if="!embedded" class="loadmore-text faint veryfaint rightside-icon" + :title="$t('timeline.up_to_date')" @click.prevent > <FAIcon |
