Skip to content

Commit fa4dcca

Browse files
authored
Rename copy user ID tooptip
1 parent 0777246 commit fa4dcca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/user-settings/Account.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function ProfileInformation(props: {
162162
<div className="flex flex-col space-y-2 mt-4">
163163
<label className={"text-md font-semibold dark:text-gray-400 text-gray-600"}>User ID</label>
164164
<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" />
165+
<InputWithCopy className="max-w-md w-32" value={props.user.id} tip="Copy User ID" />
166166
</p>
167167
</div>
168168
)}

0 commit comments

Comments
 (0)