Rename "Setup" to "Configure" on Agent Card and Agent List pages#8177
Rename "Setup" to "Configure" on Agent Card and Agent List pages#8177mailnida85-ship-it wants to merge 2 commits into
Conversation
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Pull request overview
Updates Agent UI strings to consistently use “Configure” instead of “Setup/Set up” on Agent List and Agent Card pages.
Changes:
- Renamed the Agent action caption from “Setup” to “Configure” on both list and card pages.
- Updated related ToolTips to use “Configure”.
- Updated Agent Card confirmation/error label text to refer to a “configuration page” and “configure and activate”.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/System Application/App/Agent/Setup/AgentList.Page.al | Updates Agent action caption/tooltip to “Configure” for consistent UI terminology. |
| src/System Application/App/Agent/Setup/AgentCard.Page.al | Updates Agent action caption/tooltip and related labels to use “Configure/configuration page”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Caption = 'Setup'; | ||
| ToolTip = 'Set up agent'; | ||
| Caption = 'Configure'; | ||
| ToolTip = 'Configure agent'; |
…enamesetuponagentcard
Updated Caption, ToolTip, and Label strings in AgentCard.Page.al and AgentList.Page.al to use "Configure" instead of "Setup"/"Set up" for consistency.
Changes
OpenConfigurationPageQstlabel to reference "configuration page" instead of "setup page"YouCannotEnableAgentWithoutUsingConfigurationPageErrlabel to use "configure and activate" instead of "set up and activate"Fixes AB#633938