Skip to content

Commit 6991fef

Browse files
committed
- (Bug Fix) Fixed an issue that caused the instructions to not appear for the List Id field
1 parent 2129dbb commit 6991fef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/services/campaignmonitor/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
{{ forms.textField({
3131
label: 'List Id'|t,
32-
description: 'If you need to specify a dynamic list id enter the dynamic value here. List will id will be appended to any list id you select above.',
32+
instructions: 'If you need to specify a dynamic list id enter the dynamic value here. List will id will be appended to any list id you select above.'|t,
3333
name: 'settings[serviceSettings][campaignmonitor][listId]',
3434
id: 'mailchimp_listId',
3535
value: settings.listId

templates/services/mailchimp/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
{{ forms.textField({
2121
label: 'List Id'|t,
22-
description: 'If you need to specify a dynamic list id enter the dynamic value here. List will id will be appended to any list id you select above.',
22+
instructions: 'If you need to specify a dynamic list id enter the dynamic value here. List will id will be appended to any list id you select above.',
2323
name: 'settings[serviceSettings][mailchimp][listId]',
2424
id: 'mailchimp_listId',
2525
value: settings.listId

0 commit comments

Comments
 (0)