diff --git a/src/MarcSync/Errors/Entry.lua b/src/MarcSync/Errors/Entry.lua index 5d51edb..2098947 100644 --- a/src/MarcSync/Errors/Entry.lua +++ b/src/MarcSync/Errors/Entry.lua @@ -1,8 +1,8 @@ return { InvalidEntryData = function(message: string):string - return ("[MarcSync Exception] InvalidEntryData: %s"):format(message) + return ("[MarkSynchronisationsausnahme] InvaliedeEintragsDaten: %s"):format(message) end, EntryNotFound = function(message: string):string - return ("[MarcSync Exception] EntryNotFound: %s"):format(message) + return ("[MarkSynchronisationsausnahme] EintragNichtGefunden: %s"):format(message) end -} \ No newline at end of file +}