Skip to content

Commit c5c02e9

Browse files
Typo
1 parent b7a2716 commit c5c02e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Admin/CRUD/ItemAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function checkUri($object = null)
188188
$uri = $form->get('uri')->getData();
189189
if (preg_match('/^https?:\/\//', $uri) === 0) {
190190
$form->get('uri')->addError(new FormError(
191-
'Votre lien dois débuter par "http://" ou "https://"'
191+
'Votre lien doit débuter par "http://" ou "https://"'
192192
));
193193
}
194194
}

0 commit comments

Comments
 (0)