Skip to content

Commit 2a2f109

Browse files
committed
bug: error in menu item
1 parent c9271d2 commit 2a2f109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/settings/settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ patchfox.package({
1111
label: "Settings",
1212
items: [
1313
{
14-
label: "Identity & Connection",
14+
label: "Identities & Connections",
1515
event: "package:go",
16-
data: { pkg: "settings", data: { subView: "identityAndConnection" } },
16+
data: { pkg: "settings", data: { subView: "identitiesAndConnections" } },
1717
},
1818
{
1919
label: "Display Preferences",

0 commit comments

Comments
 (0)