Skip to content

Commit a62ca64

Browse files
authored
chore(i18n): Update description for signers array in TemplateVariables
Signed-off-by: rakekniven <[email protected]>
1 parent fae2922 commit a62ca64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Handler/TemplateVariables.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private function initializeVariablesMetadata(): void {
7272
],
7373
'signers' => [
7474
'type' => 'array',
75-
'description' => $this->l10n->t('Array of signers with displayName and signed timestamp'),
75+
'description' => $this->l10n->t('Array of signers with "displayName" and "signed" timestamp'),
7676
'example' => '[{"displayName": "John Doe", "signed": "2025-01-01T10:00:00Z"}]',
7777
],
7878
'uuid' => [

0 commit comments

Comments
 (0)