We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85de812 commit 706bc7bCopy full SHA for 706bc7b
src/features/clusters/components/ClusterCard.tsx
@@ -68,7 +68,7 @@ export function ClusterCard({
68
69
const onCopyFQDNClick = useCallback(() => {
70
navigator.clipboard.writeText(cluster.fqdn || '');
71
- toast.info('FQDN url copied to clipboard');
+ toast.info('FQDN copied to clipboard');
72
}, [cluster.fqdn]);
73
74
const onCopyAPIClick = useCallback(() => {
0 commit comments