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:
Milan 2026-02-13 01:20:57 +02:00
parent b769fa08d2
commit de42f733df

View file

@ -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>