diff --git a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx
index e81088781..155c23775 100644
--- a/src/components/UpdateProfile/UpdatePublicProfileForm.tsx
+++ b/src/components/UpdateProfile/UpdatePublicProfileForm.tsx
@@ -218,7 +218,7 @@ export function UpdatePublicProfileForm() {
>
{!isCopied && }
{isCopied && }
- {!isCopied ? 'Copy' : 'Copied!'}
+ {!isCopied ? 'Copy URL' : 'Copied!'}
>
)}