diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-17 21:03:42 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-17 21:03:42 +1000 |
| commit | 6ce828cb9649e8fc0a68bd7f0f99719b73229692 (patch) | |
| tree | 49024f166c64940afc78586a75daaaf5d3791da2 /src/components/TutorialPane.vue | |
| parent | 60e708f9897a73d0b287df9ae758035d1b623ea1 (diff) | |
Add more 'title' tooltips
Diffstat (limited to 'src/components/TutorialPane.vue')
| -rw-r--r-- | src/components/TutorialPane.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue index dd772b1..2803498 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -31,7 +31,7 @@ </span> </div> <div v-else-if="stage == 6" :style="contentStyles"> - {{touchDevice ? 'Tap' : 'Click'}} the icon at the top-right to search + {{touchDevice ? 'Tap' : 'Click'}} the icon at the top right of screen to search <span class="block text-sm brightness-50"> Or press Ctrl-F </span> |
