diff --git a/app/components/certificate/certificate-display.tsx b/app/components/certificate/certificate-display.tsx
index d885aaae..0cb23001 100644
--- a/app/components/certificate/certificate-display.tsx
+++ b/app/components/certificate/certificate-display.tsx
@@ -53,12 +53,12 @@ export default function CertificateDisplay({ title, description, value }: Certif
background: 'whitesmoke',
color: 'teal.500',
}}
- aria-label="Copy to Clipboard"
+ aria-label={`Copy ${title}`}
icon={}
onClick={() => onCopy()}
/>
-
+