From: Chris Duncan Date: Tue, 16 Jul 2024 19:35:48 +0000 (-0700) Subject: Fix input label. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c853ef15713cb76a5b4038a6b0cfc2fa77abb4ca;p=flowpex.git Fix input label. --- diff --git a/src/System/Date/year/System_Date_year.cls b/src/System/Date/year/System_Date_year.cls index bde4d85..9ef0e98 100644 --- a/src/System/Date/year/System_Date_year.cls +++ b/src/System/Date/year/System_Date_year.cls @@ -32,7 +32,7 @@ global class System_Date_year { } global class Response { - @InvocableVariable(label='Month' description='Year component of the date.') + @InvocableVariable(label='Year' description='Year component of the date.') global Integer year; } } \ No newline at end of file