diff --git a/EMS/core-bundle/src/Form/Field/IconPickerType.php b/EMS/core-bundle/src/Form/Field/IconPickerType.php index b83adca92..9119d85eb 100644 --- a/EMS/core-bundle/src/Form/Field/IconPickerType.php +++ b/EMS/core-bundle/src/Form/Field/IconPickerType.php @@ -593,8 +593,10 @@ class IconPickerType extends SelectPickerType 'icon.deviantart' => 'fa fa-deviantart', 'icon.digg' => 'fa fa-digg', 'icon.dribbble' => 'fa fa-dribbble', - 'icon.dropbox' => 'fa fa-dropbox', - 'icon.drupal' => 'fa fa-drupal', + 'icon.dropbox-old' => 'fa fa-dropbox', + 'icon.dropbox' => 'fab fa-dropbox', + 'icon.drupal-old' => 'fa fa-drupal', + 'icon.drupal' => 'fab fa-drupal', 'icon.empire' => 'fa fa-empire', 'icon.facebook' => 'fa fa-facebook', 'icon.facebook-f' => 'fa fa-facebook-f', diff --git a/EMS/core-bundle/src/Resources/translations/emsco-forms.en.yml b/EMS/core-bundle/src/Resources/translations/emsco-forms.en.yml index 789869aa0..f2cc2a272 100644 --- a/EMS/core-bundle/src/Resources/translations/emsco-forms.en.yml +++ b/EMS/core-bundle/src/Resources/translations/emsco-forms.en.yml @@ -691,7 +691,9 @@ icon: deviantart: Deviantart digg: Digg dribbble: Dribbble + dropbox-old: Dropbox (dep) dropbox: Dropbox + drupal-old: Drupal (dep) drupal: Drupal empire: Empire facebook: Facebook