Skip to content
Snippets Groups Projects
Commit a47fa997 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

change option label name for Booléen

parent d37e0b52
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ export default { ...@@ -348,7 +348,7 @@ export default {
case 'char': case 'char':
return 'Chaîne de caractères'; return 'Chaîne de caractères';
case 'boolean': case 'boolean':
return 'Champs de types booléen'; return 'Booléen';
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment