Skip to content
Snippets Groups Projects
Commit 9dd4672d authored by Charly Maeder's avatar Charly Maeder
Browse files

Fix spelling mistake in catalog deletion message

parent b23ef571
No related branches found
No related tags found
1 merge request!6Feature/clean catalog
...@@ -53,7 +53,7 @@ public class SmartHarvesterCatalogController { ...@@ -53,7 +53,7 @@ public class SmartHarvesterCatalogController {
catalogDoaRepository.deleteByCatId(catalog.getCatId()); catalogDoaRepository.deleteByCatId(catalog.getCatId());
return ResponseEntity.ok(new MessageResponse("Catalog delelted succefully!",HttpStatus.OK)); return ResponseEntity.ok(new MessageResponse("Catalog deleted succefully!",HttpStatus.OK));
} }
} }
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