Skip to content

Commit 706bc7b

Browse files
BboyAkersdawsontoth
andcommitted
chore: Tweak FQDN toast messaging
Co-authored-by: Dawson Toth <[email protected]>
1 parent 85de812 commit 706bc7b

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
@@ -68,7 +68,7 @@ export function ClusterCard({
6868

6969
const onCopyFQDNClick = useCallback(() => {
7070
navigator.clipboard.writeText(cluster.fqdn || '');
71-
toast.info('FQDN url copied to clipboard');
71+
toast.info('FQDN copied to clipboard');
7272
}, [cluster.fqdn]);
7373

7474
const onCopyAPIClick = useCallback(() => {

0 commit comments

Comments
 (0)