We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0777246 commit fa4dccaCopy full SHA for fa4dcca
components/dashboard/src/user-settings/Account.tsx
@@ -162,7 +162,7 @@ function ProfileInformation(props: {
162
<div className="flex flex-col space-y-2 mt-4">
163
<label className={"text-md font-semibold dark:text-gray-400 text-gray-600"}>User ID</label>
164
<p className={"text-sm text-gray-500 dark:text-gray-500"}>
165
- <InputWithCopy className="max-w-md w-32" value={props.user.id} tip="Copy Token" />
+ <InputWithCopy className="max-w-md w-32" value={props.user.id} tip="Copy User ID" />
166
</p>
167
</div>
168
)}
0 commit comments