fix: use 'team' instead of 'organization'

This commit is contained in:
Eric Lewis 2024-04-09 14:22:58 -04:00
parent f38dfb5604
commit 0da7c3541e

View File

@ -130,7 +130,7 @@ export const UserSelect = ({ options, value }: UserSelectProps) => {
) : (
<div className="animate-pulse h-1.5 mb-1 w-full rounded-full bg-elements-on-disabled" />
)}
<p className="text-xs text-elements-low-em">Organization</p>
<p className="text-xs text-elements-low-em">Team</p>
</div>
</div>