diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-21 15:25:18 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-06-22 15:53:12 +0100 |
| commit | 1b965dd866100a78bb40363fc71c0e80d6175046 (patch) | |
| tree | 5c229cb80361c3cb6d7bba7ef47843fe4fde958b /packages/frontend/src/components/MkTutorialDialog.PostNote.vue | |
| parent | replaced ti-eye-exclamation (diff) | |
| download | sharkey-1b965dd866100a78bb40363fc71c0e80d6175046.tar.gz sharkey-1b965dd866100a78bb40363fc71c0e80d6175046.tar.bz2 sharkey-1b965dd866100a78bb40363fc71c0e80d6175046.zip | |
replaced ti-lock
Diffstat (limited to 'packages/frontend/src/components/MkTutorialDialog.PostNote.vue')
| -rw-r--r-- | packages/frontend/src/components/MkTutorialDialog.PostNote.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkTutorialDialog.PostNote.vue b/packages/frontend/src/components/MkTutorialDialog.PostNote.vue index 55c4a9fd09..2d3ac397b9 100644 --- a/packages/frontend/src/components/MkTutorialDialog.PostNote.vue +++ b/packages/frontend/src/components/MkTutorialDialog.PostNote.vue @@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-only <div>{{ i18n.ts._initialTutorial._postNote._visibility.description }}</div> <div><i class="ph-globe-hemisphere-west ph-bold ph-lg"></i> <b>{{ i18n.ts._visibility.public }}</b> … {{ i18n.ts._initialTutorial._postNote._visibility.public }}</div> <div><i class="ti ti-home"></i> <b>{{ i18n.ts._visibility.home }}</b> … {{ i18n.ts._initialTutorial._postNote._visibility.home }}</div> - <div><i class="ph-lock ph-bold ph-lg"></i> <b>{{ i18n.ts._visibility.followers }}</b> … {{ i18n.ts._initialTutorial._postNote._visibility.followers }}</div> + <div><i class="ti ti-lock"></i> <b>{{ i18n.ts._visibility.followers }}</b> … {{ i18n.ts._initialTutorial._postNote._visibility.followers }}</div> <div class="_gaps_s"> <div><i class="ph-envelope ph-bold ph-lg"></i> <b>{{ i18n.ts._visibility.specified }}</b> … {{ i18n.ts._initialTutorial._postNote._visibility.direct }}</div> <MkInfo :warn="true"> |