summaryrefslogtreecommitdiff
path: root/src/client/components/page-window.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/components/page-window.vue')
-rw-r--r--src/client/components/page-window.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/page-window.vue b/src/client/components/page-window.vue
index 620d288b14..904d13e0e8 100644
--- a/src/client/components/page-window.vue
+++ b/src/client/components/page-window.vue
@@ -14,7 +14,7 @@
</template>
</template>
<template #headerLeft>
- <button v-if="history.length > 0" class="_button" @click="back()"><i class="fas fa-arrow-left"></i></button>
+ <button v-if="history.length > 0" class="_button" @click="back()" v-tooltip="$ts.goBack"><i class="fas fa-arrow-left"></i></button>
</template>
<div class="yrolvcoq _flat_">
<component :is="component" v-bind="props" :ref="changePage"/>