mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
Fix typos: Enterpise -> Enterprise
This commit is contained in:
parent
74a4581b49
commit
5de91bfa53
3 changed files with 4 additions and 4 deletions
|
@ -1130,7 +1130,7 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
setSelectedAPIKey(key);
|
||||
}}
|
||||
>
|
||||
✨ {key["key_alias"]} (Enterpise only Feature)
|
||||
✨ {key["key_alias"]} (Enterprise only Feature)
|
||||
</SelectItem>
|
||||
);
|
||||
}
|
||||
|
@ -1165,7 +1165,7 @@ const ModelDashboard: React.FC<ModelDashboardProps> = ({
|
|||
setSelectedCustomer(user);
|
||||
}}
|
||||
>
|
||||
✨ {user} (Enterpise only Feature)
|
||||
✨ {user} (Enterprise only Feature)
|
||||
</SelectItem>
|
||||
);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue