Make the farmOS modules form description a bit more general.

This commit is contained in:
Michael Stenta 2020-12-11 10:54:18 -05:00
parent 8c88bb4ab3
commit 52cf0438fb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class FarmModulesForm extends FormBase {
'#title' => $this->t('farmOS Modules'),
'#title_display' => 'invisible',
'#type' => 'checkboxes',
'#description' => $this->t('Select the farmOS modules that you would like installed by default.'),
'#description' => $this->t('Select the farmOS modules that you would like to be installed.'),
'#options' => $modules['options'],
'#default_value' => $modules['default'],
];