Skip to content

Commit 806e5e6

Browse files
committed
Simplify text in the connect menu
1 parent 963efef commit 806e5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-connections-navigation/src/connect-button-with-menu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ export function ConnectButtonWithMenu({
9191
glyph="Connect"
9292
onClick={onClick}
9393
>
94-
Connect Here
94+
Here
9595
</ConnectMenuItem>,
9696
<ConnectMenuItem
9797
key="connection-connect-in-new-window"
9898
action="connection-connect-in-new-window"
9999
glyph="OpenNewTab"
100100
onClick={onClick}
101101
>
102-
Connect in a New Window
102+
In New Window
103103
</ConnectMenuItem>,
104104
]}
105105
>

0 commit comments

Comments
 (0)