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/MkUserSetupDialog.Privacy.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/MkUserSetupDialog.Privacy.vue')
| -rw-r--r-- | packages/frontend/src/components/MkUserSetupDialog.Privacy.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue b/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue index d2f6c15ecf..bc998d6158 100644 --- a/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue +++ b/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only <MkFolder> <template #label>{{ i18n.ts.makeFollowManuallyApprove }}</template> - <template #icon><i class="ph-lock ph-bold ph-lg"></i></template> + <template #icon><i class="ti ti-lock"></i></template> <template #suffix>{{ isLocked ? i18n.ts.on : i18n.ts.off }}</template> <MkSwitch v-model="isLocked">{{ i18n.ts.makeFollowManuallyApprove }}<template #caption>{{ i18n.ts.lockedAccountInfo }}</template></MkSwitch> |