From 916aa7562bae1cb44e414f8d00faf4ff54bb720a Mon Sep 17 00:00:00 2001 From: Sotiris Dragonas <36576941+BazookaMusic@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:35:29 +0200 Subject: [PATCH] [25.0] Profiler Schedules - Incorrect caption (#1926) Fixes a caption on the profiler schedule card as it was incorrect, due to an overeager copilot and a less than careful eye of the author of this PR. Work Item(s) Fixes [AB#547281](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/547281) Co-authored-by: Sotiris Dragonas --- .../Performance Profiler/src/PerfProfilerScheduleCard.Page.al | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/System Application/App/Performance Profiler/src/PerfProfilerScheduleCard.Page.al b/src/System Application/App/Performance Profiler/src/PerfProfilerScheduleCard.Page.al index d42409ddcd..74918d4554 100644 --- a/src/System Application/App/Performance Profiler/src/PerfProfilerScheduleCard.Page.al +++ b/src/System Application/App/Performance Profiler/src/PerfProfilerScheduleCard.Page.al @@ -97,8 +97,8 @@ page 1932 "Perf. Profiler Schedule Card" { ApplicationArea = All; Caption = 'User ID'; - ToolTip = 'Specifies the ID of the user who created the schedule.'; - AboutText = 'The ID of the user who created the schedule.'; + ToolTip = 'Specifies the ID of the user associated with the schedule.'; + AboutText = 'The ID of the user associated with the schedule.'; TableRelation = User."User Security ID"; Lookup = true;