From f0ef5549369772de134bba398c9b5703756de439 Mon Sep 17 00:00:00 2001 From: IBims2CooleTim <116311836+IBims2CooleTim@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:28:06 +0200 Subject: [PATCH] Update Entry.lua --- src/MarcSync/Errors/Entry.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}