mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 05:05:28 +00:00
Fix typos: Enterpise -> Enterprise
This commit is contained in:
@@ -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>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user