From c853ef15713cb76a5b4038a6b0cfc2fa77abb4ca Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 16 Jul 2024 12:35:48 -0700 Subject: [PATCH] Fix input label. --- src/System/Date/year/System_Date_year.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.52.0