diff options
| -rw-r--r-- | src/components/HelpModal.vue | 2 | ||||
| -rw-r--r-- | src/components/TutorialPane.vue | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index 70e7d28..22245e7 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -243,7 +243,7 @@ <a href="https://opendata.eol.org/dataset/images-list" :style="aStyles">here</a>, accessed 24/04/2022. <br/> - For the source of a specific tile's image, look in it's info pane. + For the source of a specific tile's image, look in its info pane. </li> <li> The short descriptions, along with most of the remaining images and name data, diff --git a/src/components/TutorialPane.vue b/src/components/TutorialPane.vue index 8de656c..dd772b1 100644 --- a/src/components/TutorialPane.vue +++ b/src/components/TutorialPane.vue @@ -9,15 +9,15 @@ This is a visual explorer for the biological Tree of Life. </div> <div v-else-if="stage == 1" :style="contentStyles"> - {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing it's children + {{touchDevice ? 'Tap' : 'Click'}} a tile to expand it, showing its children </div> <div v-else-if="stage == 2" :style="contentStyles"> {{touchDevice ? 'Tap' : 'Click'}} an expanded tile's title to shrink it </div> <div v-else-if="stage == 3" :style="contentStyles"> - {{touchDevice ? 'Double tap' : 'Click and hold'}} a tile to hide it's ancestors + {{touchDevice ? 'Double tap' : 'Click and hold'}} a tile to hide its ancestors <span class="block text-sm brightness-50"> - For an expanded tile, {{touchDevice ? 'double tap' : 'click and hold'}} it's title + For an expanded tile, {{touchDevice ? 'double tap' : 'click and hold'}} its title </span> </div> <div v-else-if="stage == 4" :style="contentStyles"> |
