diff --git a/[SQL]/legacy.sql b/[SQL]/legacy.sql index 3a0319a0..ad8a92b1 100644 --- a/[SQL]/legacy.sql +++ b/[SQL]/legacy.sql @@ -317,10 +317,10 @@ CREATE TABLE `licenses` ( -- INSERT INTO `licenses` (`type`, `label`) VALUES -('dmv', 'Code de la route'), -('drive', 'Permis de conduire'), -('drive_bike', 'Permis moto'), -('drive_truck', 'Permis camion'), +('dmv', 'Driving Permit'), +('drive', 'Drivers License'), +('drive_bike', 'Motorcycle License'), +('drive_truck', 'Commercial Drivers License'), ('weed_processing', 'Weed Processing License'); -- --------------------------------------------------------