@@ -98,7 +98,7 @@ class SettingsForm extends ConfigFormBase {
'#title'=>$this->t('How should Drupal handle the files?'),
'#description'=>$this->t('Managed files can be re-used elsewhere on the site, for instance in the Media Library if you use the Media module. Unmanaged files are not saved to the database, but can be cached using Image Styles.'),
'#options'=>[
'unmanaged'=>$this->t('Unmanaged: Only save the images to the files folder to be able to cache them. This is default.'),
'unmanaged'=>$this->t('Unmanaged: Only save the images to the files folder to be able to cache them.'),
'managed'=>$this->t('Managed: Download the images and save its metadata to the database.'),