summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-22 13:38:56 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:36 +0100
commit712682ea475bb7cd32975983db607956380b6f83 (patch)
tree0e46a403d0cfcec806f69c67a36576b5d27d580f /packages/frontend/src/components/MkTutorialDialog.Timeline.vue
parentreplaced a bunch of ti-* (diff)
downloadsharkey-712682ea475bb7cd32975983db607956380b6f83.tar.gz
sharkey-712682ea475bb7cd32975983db607956380b6f83.tar.bz2
sharkey-712682ea475bb7cd32975983db607956380b6f83.zip
replaced ti-whirl
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Timeline.vue')
-rw-r--r--packages/frontend/src/components/MkTutorialDialog.Timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
index 11992e00db..a8aa44dea2 100644
--- a/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
+++ b/packages/frontend/src/components/MkTutorialDialog.Timeline.vue
@@ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div><i class="ti ti-home"></i> <b>{{ i18n.ts._timelines.home }}</b> … {{ i18n.ts._initialTutorial._timeline.home }}</div>
<div><i class="ti ti-planet"></i> <b>{{ i18n.ts._timelines.local }}</b> … {{ i18n.ts._initialTutorial._timeline.local }}</div>
<div><i class="ph-rocket-launch ph-bold ph-lg"></i> <b>{{ i18n.ts._timelines.social }}</b> … {{ i18n.ts._initialTutorial._timeline.social }}</div>
- <div><i class="ti ti-world"></i> <b>{{ i18n.ts._timelines.global }}</b> … {{ i18n.ts._initialTutorial._timeline.global }}</div>
+ <div><i class="ti ti-whirl"></i> <b>{{ i18n.ts._timelines.global }}</b> … {{ i18n.ts._initialTutorial._timeline.global }}</div>
</div>
<div class="_gaps_s">
<div>{{ i18n.ts._initialTutorial._timeline.description2 }}</div>