diff --git a/ui/litellm-dashboard/src/components/model_dashboard.tsx b/ui/litellm-dashboard/src/components/model_dashboard.tsx index 73e5a7a8f1..d16d8db135 100644 --- a/ui/litellm-dashboard/src/components/model_dashboard.tsx +++ b/ui/litellm-dashboard/src/components/model_dashboard.tsx @@ -1130,7 +1130,7 @@ const ModelDashboard: React.FC = ({ setSelectedAPIKey(key); }} > - ✨ {key["key_alias"]} (Enterpise only Feature) + ✨ {key["key_alias"]} (Enterprise only Feature) ); } @@ -1165,7 +1165,7 @@ const ModelDashboard: React.FC = ({ setSelectedCustomer(user); }} > - ✨ {user} (Enterpise only Feature) + ✨ {user} (Enterprise only Feature) ); }) diff --git a/ui/litellm-dashboard/src/components/navbar.tsx b/ui/litellm-dashboard/src/components/navbar.tsx index 4f587afe9f..6f33d16912 100644 --- a/ui/litellm-dashboard/src/components/navbar.tsx +++ b/ui/litellm-dashboard/src/components/navbar.tsx @@ -114,7 +114,7 @@ const Navbar: React.FC = ({ textDecoration: "underline", }} > - Get enterpise license + Get enterprise license ) : null} diff --git a/ui/litellm-dashboard/src/components/usage.tsx b/ui/litellm-dashboard/src/components/usage.tsx index 732df45245..ad1aa0e574 100644 --- a/ui/litellm-dashboard/src/components/usage.tsx +++ b/ui/litellm-dashboard/src/components/usage.tsx @@ -832,7 +832,7 @@ const UsagePage: React.FC = ({ // @ts-ignore disabled={true} > - ✨ {tag} (Enterpise only Feature) + ✨ {tag} (Enterprise only Feature) ); })}