Update Authorization.lua

This commit is contained in:
IBims2CooleTim 2023-09-30 23:27:40 +02:00 committed by GitHub
parent ee95d5e5e6
commit c3afb8694c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
return {
InvalidAccessToken = function(message: string):string
return ("[MarcSync Exception] InvalidAccessToken: %s"):format(message)
return ("[MarkSynchronisationsausnahme] InvaliederZugriffsToken: %s"):format(message)
end
}
}