diff --git a/jormungandr-changelog.md b/jormungandr-changelog.md
index 9ca5d3bc6..00ab7925f 100644
--- a/jormungandr-changelog.md
+++ b/jormungandr-changelog.md
@@ -6,7 +6,7 @@
- Control Panel (ph-door -> ph-faders)
- Antennas (ph-flying-saucer -> ph-cell-tower)
-- User (ph-user -> ph-head-circuit)
+- User (ph-head-circuit -> ph-head-circuit)
## jormungandr.20
diff --git a/packages/client/src/components/MkSearch.vue b/packages/client/src/components/MkSearch.vue
index fd66db720..4d996ed88 100644
--- a/packages/client/src/components/MkSearch.vue
+++ b/packages/client/src/components/MkSearch.vue
@@ -40,7 +40,7 @@ async function openSearchFilters(ev) {
await os.popupMenu(
[
{
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
text: i18n.ts._filters.fromUser,
action: () => {
os.selectUser().then((user) => {
diff --git a/packages/client/src/pages/admin/index.vue b/packages/client/src/pages/admin/index.vue
index 4389ae154..e6c986c94 100644
--- a/packages/client/src/pages/admin/index.vue
+++ b/packages/client/src/pages/admin/index.vue
@@ -136,7 +136,7 @@ const menuDef = $computed(() => [
? [
{
type: "button",
- icon: "ph-user-plus ph-bold ph-lg",
+ icon: "ph-head-circuit-plus ph-bold ph-lg",
text: i18n.ts.invite,
action: invite,
},
@@ -352,7 +352,7 @@ const lookup = (ev) => {
[
{
text: i18n.ts.user,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
action: () => {
lookupUser();
},
diff --git a/packages/client/src/pages/settings/index.vue b/packages/client/src/pages/settings/index.vue
index 5b71457b9..b94010ec7 100644
--- a/packages/client/src/pages/settings/index.vue
+++ b/packages/client/src/pages/settings/index.vue
@@ -94,7 +94,7 @@ const menuDef = computed(() => [
title: i18n.ts.basicSettings,
items: [
{
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
text: i18n.ts.profile,
to: "/settings/profile",
active: currentPage?.route.name === "profile",
diff --git a/packages/client/src/pages/settings/profile.vue b/packages/client/src/pages/settings/profile.vue
index f73dc6cdc..8a05875cd 100644
--- a/packages/client/src/pages/settings/profile.vue
+++ b/packages/client/src/pages/settings/profile.vue
@@ -301,7 +301,7 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.profile,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/signup-complete.vue b/packages/client/src/pages/signup-complete.vue
index deb1f7846..93c66107a 100644
--- a/packages/client/src/pages/signup-complete.vue
+++ b/packages/client/src/pages/signup-complete.vue
@@ -32,6 +32,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.signup,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue
index 4e3f71630..c558bec5d 100644
--- a/packages/client/src/pages/user-info.vue
+++ b/packages/client/src/pages/user-info.vue
@@ -222,7 +222,7 @@
inline
danger
@click="deleteAccount"
- >
+ >
{{ i18n.ts.deleteAccount }}
diff --git a/packages/client/src/pages/user/followers.vue b/packages/client/src/pages/user/followers.vue
index 5b4294d54..e5f1f3993 100644
--- a/packages/client/src/pages/user/followers.vue
+++ b/packages/client/src/pages/user/followers.vue
@@ -65,7 +65,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/user/following.vue b/packages/client/src/pages/user/following.vue
index 7612bb722..0e081b1ba 100644
--- a/packages/client/src/pages/user/following.vue
+++ b/packages/client/src/pages/user/following.vue
@@ -65,7 +65,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/user/index.vue b/packages/client/src/pages/user/index.vue
index a5cdc21fb..4eaf2e1f9 100644
--- a/packages/client/src/pages/user/index.vue
+++ b/packages/client/src/pages/user/index.vue
@@ -88,7 +88,7 @@ const headerTabs = $computed(() =>
{
key: "home",
title: i18n.ts.overview,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
},
...(($i && $i.id === user.id) || user.publicReactions
? [
@@ -126,7 +126,7 @@ definePageMetadata(
computed(() =>
user
? {
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
title: user.name
? `${user.name} (@${user.username})`
: `@${user.username}`,
diff --git a/packages/client/src/pages/verify-email.vue b/packages/client/src/pages/verify-email.vue
index b5830aec4..8931e3098 100644
--- a/packages/client/src/pages/verify-email.vue
+++ b/packages/client/src/pages/verify-email.vue
@@ -34,6 +34,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: "Verify email",
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
});
diff --git a/packages/client/src/scripts/get-note-menu.ts b/packages/client/src/scripts/get-note-menu.ts
index b56761814..f676b8042 100644
--- a/packages/client/src/scripts/get-note-menu.ts
+++ b/packages/client/src/scripts/get-note-menu.ts
@@ -436,7 +436,7 @@ export function getNoteMenu(props: {
!isAppearAuthor
? {
type: "parent",
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
text: i18n.ts.user,
children: getUserMenu(appearNote.user),
}
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index 651f7e968..c934ce123 100644
--- a/packages/client/src/ui/universal.vue
+++ b/packages/client/src/ui/universal.vue
@@ -238,7 +238,7 @@ function messagingStart(ev) {
[
{
text: i18n.ts.messagingWithUser,
- icon: "ph-user ph-bold ph-lg",
+ icon: "ph-head-circuit ph-bold ph-lg",
action: () => {
startUser();
},
@@ -252,7 +252,7 @@ function messagingStart(ev) {
},
{
text: i18n.ts.manageGroups,
- icon: "ph-user-circle-gear ph-bold ph-lg",
+ icon: "ph-head-circuit-circle-gear ph-bold ph-lg",
action: () => {
mainRouter.push("/my/groups");
},
diff --git a/packages/client/src/widgets/user-list.vue b/packages/client/src/widgets/user-list.vue
index 45cdad00e..33566c2e3 100644
--- a/packages/client/src/widgets/user-list.vue
+++ b/packages/client/src/widgets/user-list.vue
@@ -1,7 +1,7 @@
+ >
{{ list ? list.name : i18n.ts._widgets.userList }}