diff --git a/src/Form/ConfigureMultilingualForm.php b/src/Form/ConfigureMultilingualForm.php index 4721e58b17d789e6ac45b11e41fc5f95d7e6d4bc..97e237c87fc32524d46693aa6875241b3a615d6b 100644 --- a/src/Form/ConfigureMultilingualForm.php +++ b/src/Form/ConfigureMultilingualForm.php @@ -113,14 +113,14 @@ class ConfigureMultilingualForm extends FormBase { $form['enable_multilingual'] = array( '#type' => 'checkbox', '#title' => $this->t('Enable multiple languages for this site'), - '#description' => t('This will enable the necessary modules for a multilingual website. These inlcude: Language, Interface Translation, Content Translation, Configuration Translation, and its recommended configuration.'), + '#description' => t('This will enable the necessary modules for a multilingual website. These include: Language, Interface Translation, Content Translation, Configuration Translation, and its recommended configuration.'), '#default_value' => FALSE, ); $form['multilingual_languages'] = array( '#type' => 'select', '#title' => $this->t("Please select your site's other language(s)"), - '#description' => t('You can skip this and add langauges later.'), + '#description' => t('You can skip this and add languages later.'), '#options' => $select_options, '#multiple' => TRUE, '#size' => 8,