diff --git a/lib/Handler/TemplateVariables.php b/lib/Handler/TemplateVariables.php index efd4f59bab..034824830e 100644 --- a/lib/Handler/TemplateVariables.php +++ b/lib/Handler/TemplateVariables.php @@ -72,7 +72,7 @@ private function initializeVariablesMetadata(): void { ], 'signers' => [ 'type' => 'array', - 'description' => $this->l10n->t('Array of signers with displayName and signed timestamp'), + 'description' => $this->l10n->t('Array of signers with "displayName" and "signed" timestamp'), 'example' => '[{"displayName": "John Doe", "signed": "2025-01-01T10:00:00Z"}]', ], 'uuid' => [