]> git.codecow.com Git - flowpex.git/commitdiff
Fix Apex action labels.
authorChris Duncan <chris@flowpex.dev>
Sat, 20 Jul 2024 20:07:35 +0000 (13:07 -0700)
committerChris Duncan <chris@flowpex.dev>
Sat, 20 Jul 2024 20:07:35 +0000 (13:07 -0700)
src/System/Datetime/day/System_Datetime_day.cls
src/System/Datetime/dayGmt/System_Datetime_dayGmt.cls

index b622cd445a4996933be8e5cc2c1f6063cbe9a5cb..b301a77abf6515b9d92dc97d8fc1536869bc7a56 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Datetime_day {\r
 \r
-    @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Datetime in the local time zone of the context user.')\r
+    @InvocableMethod(label='System.Datetime.day()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Datetime in the local time zone of the context user.')\r
 \r
     global static List<Response> System_Datetime_day (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 215e65c5ab43e786fb5604f045dcaac8a08f56a8..8ae403a4f0842a7aecdc85221f26058918de6385 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Datetime_dayGmt {\r
 \r
-    @InvocableMethod(label='System.Date.dayGmt()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Datetime in the GMT time zone.')\r
+    @InvocableMethod(label='System.Datetime.dayGmt()' category='Flowpex' iconName='slds:standard:topic2' description='Returns the day-of-month component of a Datetime in the GMT time zone.')\r
 \r
     global static List<Response> System_Datetime_dayGmt (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r