Skip to content

Commit

Permalink
[25.0] Profiler Schedules - Incorrect caption (#1926)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
BazookaMusic and SotirisDragonas authored Sep 2, 2024
1 parent 74ee8b3 commit 916aa75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 916aa75

Please sign in to comment.