diff --git a/frontend/src/components/category-import/CategoryImport.vue b/frontend/src/components/category-import/CategoryImport.vue index 054c9eb84..24b55a3dd 100644 --- a/frontend/src/components/category-import/CategoryImport.vue +++ b/frontend/src/components/category-import/CategoryImport.vue @@ -19,8 +19,7 @@ const errorMessage = ref(undefined) /** * Loads the document unit to import category data from. - * Displays an error message, if no document unit could be found with - * the given document number could be found. + * Displays an error message, if no document unit could be found with the given document number. */ async function searchForDocumentUnit() { const response = await documentUnitService.getByDocumentNumber( @@ -39,7 +38,7 @@ async function searchForDocumentUnit() {