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', }, };