pop-up-message-change

This commit is contained in:
rohanlahori 2024-07-31 16:25:09 +05:30 committed by gsmithun4
parent 30dd554bb0
commit 5dfcc56047
2 changed files with 2 additions and 2 deletions

View file

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

View file

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