From a06ada47d613d2f9b33f2c896e89a8b26e0b1884 Mon Sep 17 00:00:00 2001 From: Sofia Papacharalampous Date: Tue, 4 Jun 2024 11:24:27 +0300 Subject: [PATCH] typos --- backend/web/src/main/resources/config/errors.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/web/src/main/resources/config/errors.yml b/backend/web/src/main/resources/config/errors.yml index 8f87d368a..19839feea 100644 --- a/backend/web/src/main/resources/config/errors.yml +++ b/backend/web/src/main/resources/config/errors.yml @@ -1,13 +1,13 @@ error-thesaurus: hash-conflict: code: 100 - message: there is a hash conflict for the item modifed. please reload to get the latest changes + message: there is a hash conflict for the item modified. please reload to get the latest changes forbidden: code: 101 message: insufficient rights system-error: code: 102 - message: an unexpected system error occured + message: an unexpected system error occurred missing-tenant: code: 103 message: tenant scope not provided