fix tooltip

This commit is contained in:
Ishaan Jaff 2025-04-19 16:02:10 -07:00
parent 6206649219
commit 66c88a9cfc

View file

@ -685,7 +685,7 @@ const Teams: React.FC<TeamProps> = ({
<Form.Item label={
<span>
Models{' '}
<Tooltip title="These are the models that your selected organization has access to">
<Tooltip title="These are the models that your selected team has access to">
<InfoCircleOutlined style={{ marginLeft: '4px' }} />
</Tooltip>
</span>