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:
parent
6b0325b059
commit
51059b6f50
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue