Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/System Application/App/Agent/Setup/AgentCard.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ page 4315 "Agent Card"
action(AgentSetup)
{
ApplicationArea = Basic, Suite;
Caption = 'Setup';
ToolTip = 'Set up agent';
Caption = 'Configure';
ToolTip = 'Configure agent';
Image = SetupLines;
Enabled = Rec."Can Curr. User Configure Agent";

Expand Down Expand Up @@ -257,7 +257,7 @@ page 4315 "Agent Card"
Language: Codeunit Language;
ProfileDisplayName, CopilotAvailabilityTxt : Text;
ProfileChangedQst: Label 'Changing the agent''s profile may affect its accuracy and performance. It could also grant access to unexpected fields and actions.\\Do you want to continue?';
OpenConfigurationPageQst: Label 'To activate the agent, use the setup page. Would you like to open this page now?';
YouCannotEnableAgentWithoutUsingConfigurationPageErr: Label 'You can''t activate the agent from this page. Use the action to set up and activate the agent.';
OpenConfigurationPageQst: Label 'To activate the agent, use the configuration page. Would you like to open this page now?';
YouCannotEnableAgentWithoutUsingConfigurationPageErr: Label 'You can''t activate the agent from this page. Use the action to configure and activate the agent.';
YouDoNotHavePermissionToModifyThisAgentErr: Label 'You do not have permission to modify this agent. Contact your system administrator to update your permissions or to mark you as one of the administrators for the agent.';
}
4 changes: 2 additions & 2 deletions src/System Application/App/Agent/Setup/AgentList.Page.al
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ page 4316 "Agent List"
action(AgentSetup)
{
ApplicationArea = Basic, Suite;
Caption = 'Setup';
ToolTip = 'Set up the agent';
Caption = 'Configure';
ToolTip = 'Configure the agent';
Image = SetupLines;
Enabled = Rec."Can Curr. User Configure Agent";

Expand Down
Loading