From: Chris Duncan Date: Sat, 20 Jul 2024 20:00:09 +0000 (-0700) Subject: Fix Apex action label. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=07097e1e9145d3ace6fd480616a5b660c346a853;p=flowpex.git Fix Apex action label. --- diff --git a/src/System/Datetime/dayGmt/System_Datetime_dayGmt.cls b/src/System/Datetime/dayGmt/System_Datetime_dayGmt.cls index d2ab2e4..215e65c 100644 --- a/src/System/Datetime/dayGmt/System_Datetime_dayGmt.cls +++ b/src/System/Datetime/dayGmt/System_Datetime_dayGmt.cls @@ -5,7 +5,7 @@ global class System_Datetime_dayGmt { - @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.') + @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.') global static List System_Datetime_dayGmt (List requests) { List responses = new List();