summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkUserSetupDialog.Privacy.vue
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-06-21 15:25:18 +0100
committerdakkar <dakkar@thenautilus.net>2024-06-22 15:53:12 +0100
commit1b965dd866100a78bb40363fc71c0e80d6175046 (patch)
tree5c229cb80361c3cb6d7bba7ef47843fe4fde958b /packages/frontend/src/components/MkUserSetupDialog.Privacy.vue
parentreplaced ti-eye-exclamation (diff)
downloadsharkey-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.vue2
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>