mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
[WEB-666] chore: rename View profile
to My activity
. (#3906)
This commit is contained in:
parent
deb5ac0578
commit
f5151ae717
@ -24,8 +24,8 @@ const userLinks = (workspaceSlug: string, userId: string) => [
|
||||
icon: Mails,
|
||||
},
|
||||
{
|
||||
key: "view_profile",
|
||||
name: "View profile",
|
||||
key: "my_activity",
|
||||
name: "My activity",
|
||||
href: `/${workspaceSlug}/profile/${userId}`,
|
||||
icon: CircleUserRound,
|
||||
},
|
||||
@ -38,7 +38,7 @@ const userLinks = (workspaceSlug: string, userId: string) => [
|
||||
];
|
||||
const profileLinks = (workspaceSlug: string, userId: string) => [
|
||||
{
|
||||
name: "View profile",
|
||||
name: "My activity",
|
||||
icon: UserCircle2,
|
||||
link: `/${workspaceSlug}/profile/${userId}`,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user