From 5dfcc56047eeea14910488b753a36211200c3948 Mon Sep 17 00:00:00 2001 From: rohanlahori Date: Wed, 31 Jul 2024 16:25:09 +0530 Subject: [PATCH] pop-up-message-change --- frontend/src/_helpers/error_constants.js | 2 +- server/src/helpers/error_type.constant.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/_helpers/error_constants.js b/frontend/src/_helpers/error_constants.js index f6a15588d3..4b968f002e 100644 --- a/frontend/src/_helpers/error_constants.js +++ b/frontend/src/_helpers/error_constants.js @@ -1,5 +1,5 @@ export const APP_ERROR_TYPE = { IMPORT_EXPORT_SERVICE: { - UNSUPPORTED_VERSION_ERROR: "Can't import higher version application to lower version", + UNSUPPORTED_VERSION_ERROR: 'Apps built on later versions of ToolJet cannot be imported', }, }; diff --git a/server/src/helpers/error_type.constant.ts b/server/src/helpers/error_type.constant.ts index f6a15588d3..4b968f002e 100644 --- a/server/src/helpers/error_type.constant.ts +++ b/server/src/helpers/error_type.constant.ts @@ -1,5 +1,5 @@ export const APP_ERROR_TYPE = { IMPORT_EXPORT_SERVICE: { - UNSUPPORTED_VERSION_ERROR: "Can't import higher version application to lower version", + UNSUPPORTED_VERSION_ERROR: 'Apps built on later versions of ToolJet cannot be imported', }, };