mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix: Update alias tooltip - remove outdated space replacement text
Since spaces are now blocked in server names, the tooltip text about 'spaces replaced by underscores' is no longer accurate.
This commit is contained in:
parent
b769fa08d2
commit
de42f733df
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ const CreateMCPServer: React.FC<CreateMCPServerProps> = ({
|
|||
label={
|
||||
<span className="text-sm font-medium text-gray-700 flex items-center">
|
||||
Alias
|
||||
<Tooltip title="A short, unique identifier for this server. Defaults to the server name with spaces replaced by underscores. Cannot contain spaces or hyphens; use underscores instead.">
|
||||
<Tooltip title="A short, unique identifier for this server. Defaults to the server name if not provided. Cannot contain spaces or hyphens; use underscores instead.">
|
||||
<InfoCircleOutlined className="ml-2 text-blue-400 hover:text-blue-600 cursor-help" />
|
||||
</Tooltip>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue