Skip to content

Commit 5a644a1

Browse files
jekuaitkrimi-itk
andauthored
Update modules/os2forms_digital_post/src/Plugin/WebformHandler/WebformHandlerSF1601.php
Co-authored-by: Mikkel Ricky <rimi@aarhus.dk>
1 parent ee98943 commit 5a644a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/os2forms_digital_post/src/Plugin/WebformHandler/WebformHandlerSF1601.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function buildConfigurationForm(array $form, FormStateInterface $formStat
140140
$form[self::MEMO_MESSAGE][self::SENDER_ADDRESS] = [
141141
'#type' => 'textfield',
142142
'#title' => $this->t('Sender address'),
143-
'#description' => $this->t('Optional sender address shown on the printed document. Displayed as a single line above the recipient name. Maximum 70 characters.'),
143+
'#description' => $this->t('Optional sender address shown on the printed document. Displayed as a single line above the recipient name. Maximum @max characters.', ['@max' => self::SENDER_ADDRESS_MAX_LENGTH]),
144144
'#required' => FALSE,
145145
'#default_value' => $this->configuration[self::MEMO_MESSAGE][self::SENDER_ADDRESS] ?? NULL,
146146
'#maxlength' => self::SENDER_ADDRESS_MAX_LENGTH,

0 commit comments

Comments
 (0)