diff options
| author | Henry Jameson <me@hjkos.com> | 2022-10-17 21:50:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-10-17 21:50:37 +0300 |
| commit | 1435b65e36a21dd3a05a9393803beb7e06bcd4ae (patch) | |
| tree | 448d2c74d7801f104cce9667e1dcb46eb70fd702 /src/components/notifications | |
| parent | 8b957fb85e6668d9c1cf771c788bb619f5cedf93 (diff) | |
add titles to mobile buttons
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 3f4b1b42..f9c90a7e 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -27,6 +27,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"> |
