From 3d802ee0860e649d6b28a73a5028670ab8ccdd2c Mon Sep 17 00:00:00 2001 From: Quentin Tresontani Date: Tue, 10 Feb 2026 11:46:59 +0100 Subject: [PATCH] [Agent] Fix caption typo --- .../App/Agent/Troubleshooting/AgentTaskLogEntry.Page.al | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System Application/App/Agent/Troubleshooting/AgentTaskLogEntry.Page.al b/src/System Application/App/Agent/Troubleshooting/AgentTaskLogEntry.Page.al index 980155cc6a..74f0b57015 100644 --- a/src/System Application/App/Agent/Troubleshooting/AgentTaskLogEntry.Page.al +++ b/src/System Application/App/Agent/Troubleshooting/AgentTaskLogEntry.Page.al @@ -173,10 +173,10 @@ page 4312 "Agent Task Log Entry" } part(LogsPart; "Agent Task Log Entry ListPart") { - Caption = 'WhatOther actions were decided at the same time'; + Caption = 'What other actions were decided at the same time'; Visible = IsLogPageVisible; SubPageLink = "Task ID" = field("Task ID"); - AboutTitle = 'WhatOther actions were decided at the same time'; + AboutTitle = 'What other actions were decided at the same time'; AboutText = 'The agent can take multiple actions from the same decision. This lists the log entries related to the actions taken by the agent for this particular entry.'; } group(PageContentGroup)