diff --git a/frontend/src/views/driver/DriverGroupView.vue b/frontend/src/views/driver/DriverGroupView.vue index 42b992c..b45e18b 100644 --- a/frontend/src/views/driver/DriverGroupView.vue +++ b/frontend/src/views/driver/DriverGroupView.vue @@ -28,7 +28,7 @@ const driverType = ref( const groups = ref>([]) -/** driver ID of drivers that the executable path cannot be located */ +/** driver ID of drivers that the executable cannot be found */ const notExistDrivers = ref>([]) const reordering = ref(false) diff --git a/frontend/src/views/home/HomeView.vue b/frontend/src/views/home/HomeView.vue index cb82233..eabec53 100644 --- a/frontend/src/views/home/HomeView.vue +++ b/frontend/src/views/home/HomeView.vue @@ -21,6 +21,7 @@ const form = useTemplateRef('form') const groups = ref>([]) +/** driver ID of drivers that the executable cannot be found */ const notExistDrivers = ref>([]) const settings = ref({