agent: Rename the delete menu item in the MCP section (#33265)

From "Delete" to "Uninstall" for clarity.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-06-23 15:20:12 -03:00 committed by GitHub
parent 6b0325b059
commit 51059b6f50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -593,7 +593,7 @@ impl AgentConfiguration {
}
})
.separator()
.entry("Delete", None, {
.entry("Uninstall", None, {
let fs = fs.clone();
let context_server_id = context_server_id.clone();
let context_server_store = context_server_store.clone();