@@ -178,7 +178,7 @@ |
||
| 178 | 178 | $uriType = $request->request->get('uri_type'); |
| 179 | 179 | if (empty($uriType) || !in_array($uriType, [Item::URI_TYPE_EXTERNAL, Item::URI_TYPE_INTERNAL])) { |
| 180 | 180 | $form->get('uri')->addError(new FormError( |
| 181 | - 'Le type d\'url est invalide !' |
|
| 181 | + 'Le type d\'url est invalide !' |
|
| 182 | 182 | )); |
| 183 | 183 | |
| 184 | 184 | return; |