]> git.codecow.com Git - flowpex.git/commitdiff
Fix input label.
authorChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 19:35:48 +0000 (12:35 -0700)
committerChris Duncan <chris@flowpex.dev>
Tue, 16 Jul 2024 19:35:48 +0000 (12:35 -0700)
src/System/Date/year/System_Date_year.cls

index bde4d85ceaa7057e981367220afefe3418012521..9ef0e987c3955c5394b2e99c16a83ba1029296fe 100644 (file)
@@ -32,7 +32,7 @@ global class System_Date_year {
     }\r
 \r
     global class Response {\r
-        @InvocableVariable(label='Month' description='Year component of the date.')\r
+        @InvocableVariable(label='Year' description='Year component of the date.')\r
         global Integer year;\r
     }\r
 }
\ No newline at end of file