diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-22 11:55:11 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:13 +0100 |
| commit | acddf7e1496ba7e7b67e14adf5c237262e255895 (patch) | |
| tree | 3a9066fdf1e6cedfefacd442190fee1972f981ac /packages/frontend/src/components/MkTutorialDialog.Note.vue | |
| parent | replaced ti-player-* and ti-volume-* (diff) | |
| download | sharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.tar.gz sharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.tar.bz2 sharkey-acddf7e1496ba7e7b67e14adf5c237262e255895.zip | |
replaced ti-rocket ti-repeat ti-repeat-off
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.Note.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.Note.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.Note.vue b/packages/frontend/src/components/MkTutorialDialog.Note.vue index 690175e39b..ef638e5676 100644 --- a/packages/frontend/src/components/MkTutorialDialog.Note.vue +++ b/packages/frontend/src/components/MkTutorialDialog.Note.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkNote :class="$style.exampleNoteRoot" style="pointer-events: none;" :note="exampleNote" :mock="true"/> <div class="_gaps_s"> <div><i class="ph-arrow-u-up-left ph-bold ph-lg"></i> <b>{{ i18n.ts.reply }}</b> … {{ i18n.ts._initialTutorial._note.reply }}</div> - <div><i class="ph-rocket-launch ph-bold ph-lg"></i> <b>{{ i18n.ts.renote }}</b> … {{ i18n.ts._initialTutorial._note.renote }}</div> + <div><i class="ti ti-repeat"></i> <b>{{ i18n.ts.renote }}</b> … {{ i18n.ts._initialTutorial._note.renote }}</div> <div><i class="ph-smiley ph-bold ph-lg"></i> <b>{{ i18n.ts.reaction }}</b> … {{ i18n.ts._initialTutorial._note.reaction }}</div> <div><i class="ti ti-dots"></i> <b>{{ i18n.ts.menu }}</b> … {{ i18n.ts._initialTutorial._note.menu }}</div> </div> |