From 15f5a59bacb64df99f012c991ede56ff9baa668b Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 20 Dec 2025 16:09:51 +0100 Subject: [PATCH] chore(i18n): Update description for signers array in TemplateVariables Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- lib/Handler/TemplateVariables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => [