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
@ -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…
Reference in New Issue
Block a user