Skip to content

Commit e62ed42

Browse files
authored
Merge pull request #6244 from rakekniven/patch-5
chore(i18n): Update description for signers array in TemplateVariables
2 parents b713255 + a62ca64 commit e62ed42

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)