From 5af0b5735b31a6e15818b327566dc498eb295eee Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Mon, 4 Jan 2021 10:06:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Added=20translation=20for=20Book?= =?UTF-8?q?shelfRelationsError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs #12493 This protects against accidental relation errors giving unfriendly errors messages. --- core/server/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/server/translations/en.json b/core/server/translations/en.json index 125bce056f..e66aeaa0a2 100644 --- a/core/server/translations/en.json +++ b/core/server/translations/en.json @@ -499,6 +499,7 @@ "unknownProvider": "No provider found for supplied URL." }, "userMessages": { + "BookshelfRelationsError": "Database error, cannot {action}.", "InternalServerError": "Internal server error, cannot {action}.", "IncorrectUsageError": "Incorrect usage error, cannot {action}.", "NotFoundError": "Resource not found error, cannot {action}.",