Rename My Signatures menu label to Employee Portal

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-24 18:50:37 +02:00
parent eff175f7c1
commit 55a1bd03eb

View File

@@ -122,7 +122,7 @@ export function ViewerMembershipDropdown(props: {
<UserDropdownItem
to={`/organizations/${organizationId}/employee`}
icon={IconPageTextLine}
label={__("My Signatures")}
label={__("Employee Portal")}
/>
<UserDropdownItem
to="mailto:support@probo.com"