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

index d2ab2e442fe31a150c8709d1593d7cf177f2a440..215e65c5ab43e786fb5604f045dcaac8a08f56a8 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Datetime_dayGmt {\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 GMT time zone.')\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
 \r
     global static List<Response> System_Datetime_dayGmt (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r