mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix tooltip
This commit is contained in:
parent
6206649219
commit
66c88a9cfc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue