fix(site): update models settings page description text (#25830)

Updates the description text on the Agent Settings > Models page
(`/agents/settings/models`).

**Before:** "Choose which models from your configured providers are
available for users to select. You can set a default and adjust context
limits."

**After:** "Choose which models from your configured providers are
available for Coder Agents. Set a default and adjust context limits."

> Generated by Coder Agents on behalf of @tracyjohnsonux
This commit is contained in:
TJ
2026-05-28 21:33:51 -07:00
committed by GitHub
parent 650069f949
commit a801d996e7
@@ -47,7 +47,7 @@ const AgentSettingsModelsPage: FC = () => {
<ChatModelAdminPanel
section="models"
sectionLabel="Models"
sectionDescription="Choose which models from your configured providers are available for users to select. You can set a default and adjust context limits."
sectionDescription="Choose which models from your configured providers are available for Coder Agents. Set a default and adjust context limits."
providerConfigsData={providerConfigsQuery.data}
modelConfigsData={modelConfigsQuery.data}
modelCatalogData={modelCatalogQuery.data}