mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-28 04:04:31 +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>
|
||||
);
|
||||
})
|
||||
|
|
|
@ -114,7 +114,7 @@ const Navbar: React.FC<NavbarProps> = ({
|
|||
textDecoration: "underline",
|
||||
}}
|
||||
>
|
||||
Get enterpise license
|
||||
Get enterprise license
|
||||
</a>
|
||||
</div>
|
||||
) : null}
|
||||
|
|
|
@ -832,7 +832,7 @@ const UsagePage: React.FC<UsagePageProps> = ({
|
|||
// @ts-ignore
|
||||
disabled={true}
|
||||
>
|
||||
✨ {tag} (Enterpise only Feature)
|
||||
✨ {tag} (Enterprise only Feature)
|
||||
</SelectItem>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue