Skip to content

Commit 6c4060f

Browse files
Devin-Hollanddawsontoth
authored andcommitted
fix: Change Copy FQDN Url to just Copy FQDN
1 parent 18013da commit 6c4060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/clusters/components/ClusterCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function ClusterCard({ cluster }: { cluster: Cluster; }) {
149149
),
150150
isActive && view && cluster.fqdn && (
151151
<DropdownMenuItem onClick={onCopyFQDNClick} disabled={signingOut}>
152-
Copy FQDN Url
152+
Copy FQDN
153153
</DropdownMenuItem>
154154
),
155155
isActive && view && cluster.fqdn && (

0 commit comments

Comments
 (0)